Html Css Color HEX #9A8A09 Hacienda

📋 copy color: '#9A8A09'

red 154 ◦ green 138 ◦ blue 9

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

Shades of Hacienda #9A8A09

Tints of Hacienda #9A8A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.85%

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

R = 51.16%
G = 45.85%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A8A09 (or 0x9A8A09) is known color: Hacienda. HEX triplet: 9A, 8A and 09. RGB value is (154,138,9). Sum of RGB (Red+Green+Blue) = 154+138+9=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8A09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8A09 is #6575F6. Grayscale: #808080. Windows color (decimal): -6649335 or 625306. OLE color: 625306.

HSL color Cylindrical-coordinate representation of color #9A8A09: hue angle of 53.38º 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 #9A8A09 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 138 9 -
CMYK 0 0.10 0.94 0.40
HSL 53.38º 0.89% 0.32% -
HSV(B) 53.38º 0.94% 0.6% -
XYZ 22.46 25.07 3.91 -
YUV 128.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 154 138 9 0 0.10 0.94 0.40 53.38 0.89 0.32
Hex 9A 8A 9 0 A 5E 28 35 59 20
Octal 232 212 11 0 12 136 50 65 131 40
Binary 10011010 10001010 1001 0 1010 1011110 101000 110101 1011001 100000

Color Harmonies of #9A8A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8A09

Black with #9A8A09

Text Example


Text Example

White with #9A8A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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