Html Css Color HEX #A28813 Hacienda

📋 copy color: '#A28813'

red 162 ◦ green 136 ◦ blue 19

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

Shades of Hacienda #A28813

Tints of Hacienda #A28813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 51.1%
G = 42.9%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A28813 (or 0xA28813) is known color: Hacienda. HEX triplet: A2, 88 and 13. RGB value is (162,136,19). Sum of RGB (Red+Green+Blue) = 162+136+19=317 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.10% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 162 - color contains mainly: red. Hex color #A28813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28813 is #5D77EC. Grayscale: #828282. Windows color (decimal): -6125549 or 1280162. OLE color: 1280162.

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

Color convert

RGB 162 136 19 -
CMYK 0 0.16 0.88 0.36
HSL 49.09º 0.79% 0.35% -
HSV(B) 49.09º 0.88% 0.64% -
XYZ 23.82 25.34 4.25 -
YUV 130.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 162 136 19 0 0.16 0.88 0.36 49.09 0.79 0.35
Hex A2 88 13 0 10 58 24 31 4F 23
Octal 242 210 23 0 20 130 44 61 117 43
Binary 10100010 10001000 10011 0 10000 1011000 100100 110001 1001111 100011

Color Harmonies of #A28813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28813

Black with #A28813

Text Example


Text Example

White with #A28813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28813; }

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

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

background-color css

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

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

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

border-color css

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

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

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