Html Css Color HEX #9A8309 Hacienda

📋 copy color: '#9A8309'

red 154 ◦ green 131 ◦ blue 9

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

Shades of Hacienda #9A8309

Tints of Hacienda #9A8309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.56%

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

R = 52.38%
G = 44.56%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#9A8309 (or 0x9A8309) is known color: Hacienda. HEX triplet: 9A, 83 and 09. RGB value is (154,131,9). Sum of RGB (Red+Green+Blue) = 154+131+9=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 9 (3.91% from 255 or 3.06% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A8309 is #657CF6. Grayscale: #7C7C7C. Windows color (decimal): -6651127 or 623514. OLE color: 623514.

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

Color convert

RGB 154 131 9 -
CMYK 0 0.15 0.94 0.40
HSL 50.48º 0.89% 0.32% -
HSV(B) 50.48º 0.94% 0.6% -
XYZ 21.49 23.12 3.59 -
YUV 123.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 154 131 9 0 0.15 0.94 0.40 50.48 0.89 0.32
Hex 9A 83 9 0 F 5E 28 32 59 20
Octal 232 203 11 0 17 136 50 62 131 40
Binary 10011010 10000011 1001 0 1111 1011110 101000 110010 1011001 100000

Color Harmonies of #9A8309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8309

Black with #9A8309

Text Example


Text Example

White with #9A8309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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