Html Css Color HEX #A28812 Hacienda

📋 copy color: '#A28812'

red 162 ◦ green 136 ◦ blue 18

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

Shades of Hacienda #A28812

Tints of Hacienda #A28812

RGB

 RED value IS 162 (63.67% from 255) = 51.27%

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

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 51.27%
G = 43.04%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A28812 (or 0xA28812) is known color: Hacienda. HEX triplet: A2, 88 and 12. RGB value is (162,136,18). Sum of RGB (Red+Green+Blue) = 162+136+18=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A28812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28812 is #5D77ED. Grayscale: #828282. Windows color (decimal): -6125550 or 1214626. OLE color: 1214626.

HSL color Cylindrical-coordinate representation of color #A28812: hue angle of 49.17º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A28812 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 136 18 -
CMYK 0 0.16 0.89 0.36
HSL 49.17º 0.8% 0.35% -
HSV(B) 49.17º 0.89% 0.64% -
XYZ 23.81 25.33 4.21 -
YUV 130.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 162 136 18 0 0.16 0.89 0.36 49.17 0.8 0.35
Hex A2 88 12 0 10 59 24 31 50 23
Octal 242 210 22 0 20 131 44 61 120 43
Binary 10100010 10001000 10010 0 10000 1011001 100100 110001 1010000 100011

Color Harmonies of #A28812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28812

Black with #A28812

Text Example


Text Example

White with #A28812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28812; }

 p { color: rgb(162,136,18); }

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

background-color css

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

 a { background-color: rgb(162,136,18); }

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

border-color css

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

 span { border-color: rgb(162,136,18); }

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