Html Css Color HEX #A9881E Hacienda

📋 copy color: '#A9881E'

red 169 ◦ green 136 ◦ blue 30

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

Shades of Hacienda #A9881E

Tints of Hacienda #A9881E

RGB

 RED value IS 169 (66.41% from 255) = 50.45%

 GREEN value IS 136 (53.52% from 255) = 40.6%

 BLUE value IS 30 (12.11% from 255) = 8.96%

R = 50.45%
G = 40.6%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A9881E (or 0xA9881E) is known color: Hacienda. HEX triplet: A9, 88 and 1E. RGB value is (169,136,30). Sum of RGB (Red+Green+Blue) = 169+136+30=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A9881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9881E is #5677E1. Grayscale: #868686. Windows color (decimal): -5666786 or 2001065. OLE color: 2001065.

HSL color Cylindrical-coordinate representation of color #A9881E: hue angle of 45.76º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9881E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 136 30 -
CMYK 0 0.20 0.82 0.34
HSL 45.76º 0.7% 0.39% -
HSV(B) 45.76º 0.82% 0.66% -
XYZ 25.4 26.14 4.93 -
YUV 133.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 169 136 30 0 0.20 0.82 0.34 45.76 0.7 0.39
Hex A9 88 1E 0 14 52 22 2E 46 27
Octal 251 210 36 0 24 122 42 56 106 47
Binary 10101001 10001000 11110 0 10100 1010010 100010 101110 1000110 100111

Color Harmonies of #A9881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9881E

Black with #A9881E

Text Example


Text Example

White with #A9881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9881E; }

 p { color: rgb(169,136,30); }

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

background-color css

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

 a { background-color: rgb(169,136,30); }

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

border-color css

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

 span { border-color: rgb(169,136,30); }

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