Html Css Color HEX #A28828 Hacienda

📋 copy color: '#A28828'

red 162 ◦ green 136 ◦ blue 40

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

Shades of Hacienda #A28828

Tints of Hacienda #A28828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 47.93%
G = 40.24%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A28828 (or 0xA28828) is known color: Hacienda. HEX triplet: A2, 88 and 28. RGB value is (162,136,40). Sum of RGB (Red+Green+Blue) = 162+136+40=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A28828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28828 is #5D77D7. Grayscale: #858585. Windows color (decimal): -6125528 or 2656418. OLE color: 2656418.

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

Color convert

RGB 162 136 40 -
CMYK 0 0.16 0.75 0.36
HSL 47.21º 0.6% 0.4% -
HSV(B) 47.21º 0.75% 0.64% -
XYZ 24.09 25.44 5.65 -
YUV 132.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 162 136 40 0 0.16 0.75 0.36 47.21 0.6 0.4
Hex A2 88 28 0 10 4B 24 2F 3C 28
Octal 242 210 50 0 20 113 44 57 74 50
Binary 10100010 10001000 101000 0 10000 1001011 100100 101111 111100 101000

Color Harmonies of #A28828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28828

Black with #A28828

Text Example


Text Example

White with #A28828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28828; }

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

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

background-color css

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

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

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

border-color css

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

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

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