Html Css Color HEX #A28311 Hacienda

📋 copy color: '#A28311'

red 162 ◦ green 131 ◦ blue 17

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

Shades of Hacienda #A28311

Tints of Hacienda #A28311

RGB

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

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

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

R = 52.26%
G = 42.26%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A28311 (or 0xA28311) is known color: Hacienda. HEX triplet: A2, 83 and 11. RGB value is (162,131,17). Sum of RGB (Red+Green+Blue) = 162+131+17=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A28311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28311 is #5D7CEE. Grayscale: #7F7F7F. Windows color (decimal): -6126831 or 1147810. OLE color: 1147810.

HSL color Cylindrical-coordinate representation of color #A28311: hue angle of 47.17º 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 #A28311 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 131 17 -
CMYK 0 0.19 0.90 0.36
HSL 47.17º 0.81% 0.35% -
HSV(B) 47.17º 0.9% 0.64% -
XYZ 23.12 23.95 3.94 -
YUV 127.27 65.77 152.77 -
System Red Green Blue C M Y K H S L
Decimal 162 131 17 0 0.19 0.90 0.36 47.17 0.81 0.35
Hex A2 83 11 0 13 5A 24 2F 51 23
Octal 242 203 21 0 23 132 44 57 121 43
Binary 10100010 10000011 10001 0 10011 1011010 100100 101111 1010001 100011

Color Harmonies of #A28311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28311

Black with #A28311

Text Example


Text Example

White with #A28311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28311; }

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

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

background-color css

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

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

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

border-color css

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

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

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