Html Css Color HEX #9A8509 Hacienda

📋 copy color: '#9A8509'

red 154 ◦ green 133 ◦ blue 9

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

Shades of Hacienda #9A8509

Tints of Hacienda #9A8509

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.93%

 BLUE value IS 9 (3.91% from 255) = 3.04%

R = 52.03%
G = 44.93%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A8509 (or 0x9A8509) is known color: Hacienda. HEX triplet: 9A, 85 and 09. RGB value is (154,133,9). Sum of RGB (Red+Green+Blue) = 154+133+9=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8509 is #657AF6. Grayscale: #7D7D7D. Windows color (decimal): -6650615 or 624026. OLE color: 624026.

HSL color Cylindrical-coordinate representation of color #9A8509: hue angle of 51.31º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A8509 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 133 9 -
CMYK 0 0.14 0.94 0.40
HSL 51.31º 0.89% 0.32% -
HSV(B) 51.31º 0.94% 0.6% -
XYZ 21.76 23.66 3.68 -
YUV 125.14 62.46 148.58 -
System Red Green Blue C M Y K H S L
Decimal 154 133 9 0 0.14 0.94 0.40 51.31 0.89 0.32
Hex 9A 85 9 0 E 5E 28 33 59 20
Octal 232 205 11 0 16 136 50 63 131 40
Binary 10011010 10000101 1001 0 1110 1011110 101000 110011 1011001 100000

Color Harmonies of #9A8509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8509

Black with #9A8509

Text Example


Text Example

White with #9A8509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,133,9); }

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

background-color css

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

 a { background-color: rgb(154,133,9); }

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

border-color css

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

 span { border-color: rgb(154,133,9); }

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