Html Css Color HEX #A28211 Hacienda

📋 copy color: '#A28211'

red 162 ◦ green 130 ◦ blue 17

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

Shades of Hacienda #A28211

Tints of Hacienda #A28211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

 BLUE value IS 17 (7.03% from 255) = 5.5%

R = 52.43%
G = 42.07%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A28211 (or 0xA28211) is known color: Hacienda. HEX triplet: A2, 82 and 11. RGB value is (162,130,17). Sum of RGB (Red+Green+Blue) = 162+130+17=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A28211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28211 is #5D7DEE. Grayscale: #7F7F7F. Windows color (decimal): -6127087 or 1147554. OLE color: 1147554.

HSL color Cylindrical-coordinate representation of color #A28211: hue angle of 46.76º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A28211 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 130 17 -
CMYK 0 0.20 0.90 0.36
HSL 46.76º 0.81% 0.35% -
HSV(B) 46.76º 0.9% 0.64% -
XYZ 22.98 23.69 3.89 -
YUV 126.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 162 130 17 0 0.20 0.90 0.36 46.76 0.81 0.35
Hex A2 82 11 0 14 5A 24 2F 51 23
Octal 242 202 21 0 24 132 44 57 121 43
Binary 10100010 10000010 10001 0 10100 1011010 100100 101111 1010001 100011

Color Harmonies of #A28211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28211

Black with #A28211

Text Example


Text Example

White with #A28211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28211; }

 p { color: rgb(162,130,17); }

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

background-color css

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

 a { background-color: rgb(162,130,17); }

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

border-color css

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

 span { border-color: rgb(162,130,17); }

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