Html Css Color HEX #9A8015 Hacienda

📋 copy color: '#9A8015'

red 154 ◦ green 128 ◦ blue 21

#9A8015
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #9A8015

Tints of Hacienda #9A8015

RGB

 RED value IS 154 (60.55% from 255) = 50.83%

 GREEN value IS 128 (50.39% from 255) = 42.24%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 50.83%
G = 42.24%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9A8015 (or 0x9A8015) is known color: Hacienda. HEX triplet: 9A, 80 and 15. RGB value is (154,128,21). Sum of RGB (Red+Green+Blue) = 154+128+21=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8015 is #657FEA. Grayscale: #7C7C7C. Windows color (decimal): -6651883 or 1409178. OLE color: 1409178.

HSL color Cylindrical-coordinate representation of color #9A8015: hue angle of 48.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A8015 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 128 21 -
CMYK 0 0.17 0.86 0.40
HSL 48.27º 0.76% 0.34% -
HSV(B) 48.27º 0.86% 0.6% -
XYZ 21.18 22.36 3.91 -
YUV 123.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 154 128 21 0 0.17 0.86 0.40 48.27 0.76 0.34
Hex 9A 80 15 0 11 56 28 30 4C 22
Octal 232 200 25 0 21 126 50 60 114 42
Binary 10011010 10000000 10101 0 10001 1010110 101000 110000 1001100 100010

Color Harmonies of #9A8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8015

Black with #9A8015

Text Example


Text Example

White with #9A8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A8015; }

 p { color: rgb(154,128,21); }

 H1.HeaderClassName
 {
   color: #9A8015;
 }
 .AnyTagClassName
 {
   color: #9A8015;
 }
</style>

background-color css

<style>
 a { background-color: #9A8015; }

 a { background-color: rgb(154,128,21); }

 div.DivClassName
 {
   background-color: #9A8015;
 }
 .BgClassName
 {
   background-color: #9A8015;
 }
</style>

border-color css

<style>
 span { border-color: #9A8015; }

 span { border-color: rgb(154,128,21); }

 td.TdClassName
 {
   border-color: #9A8015;
 }
 .TagClassName
 {
   border-color: #9A8015;
 }
</style>