Html Css Color HEX #A88828 Hacienda

📋 copy color: '#A88828'

red 168 ◦ green 136 ◦ blue 40

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

Shades of Hacienda #A88828

Tints of Hacienda #A88828

RGB

 RED value IS 168 (66.02% from 255) = 48.84%

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

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

R = 48.84%
G = 39.53%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A88828 (or 0xA88828) is known color: Hacienda. HEX triplet: A8, 88 and 28. RGB value is (168,136,40). Sum of RGB (Red+Green+Blue) = 168+136+40=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A88828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88828 is #5777D7. Grayscale: #878787. Windows color (decimal): -5732312 or 2656424. OLE color: 2656424.

HSL color Cylindrical-coordinate representation of color #A88828: hue angle of 45º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A88828 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 136 40 -
CMYK 0 0.19 0.76 0.34
HSL 45º 0.62% 0.41% -
HSV(B) 45º 0.76% 0.66% -
XYZ 25.34 26.09 5.71 -
YUV 134.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 168 136 40 0 0.19 0.76 0.34 45 0.62 0.41
Hex A8 88 28 0 13 4C 22 2D 3E 29
Octal 250 210 50 0 23 114 42 55 76 51
Binary 10101000 10001000 101000 0 10011 1001100 100010 101101 111110 101001

Color Harmonies of #A88828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88828

Black with #A88828

Text Example


Text Example

White with #A88828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88828; }

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

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

background-color css

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

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

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

border-color css

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

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

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