Html Css Color HEX #A88224 Hacienda

📋 copy color: '#A88224'

red 168 ◦ green 130 ◦ blue 36

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

Shades of Hacienda #A88224

Tints of Hacienda #A88224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.78%

R = 50.3%
G = 38.92%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A88224 (or 0xA88224) is known color: Hacienda. HEX triplet: A8, 82 and 24. RGB value is (168,130,36). Sum of RGB (Red+Green+Blue) = 168+130+36=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A88224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88224 is #577DDB. Grayscale: #838383. Windows color (decimal): -5733852 or 2392744. OLE color: 2392744.

HSL color Cylindrical-coordinate representation of color #A88224: hue angle of 42.73º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A88224 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 130 36 -
CMYK 0 0.23 0.79 0.34
HSL 42.73º 0.65% 0.4% -
HSV(B) 42.73º 0.79% 0.66% -
XYZ 24.45 24.42 5.09 -
YUV 130.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 168 130 36 0 0.23 0.79 0.34 42.73 0.65 0.4
Hex A8 82 24 0 17 4F 22 2B 41 28
Octal 250 202 44 0 27 117 42 53 101 50
Binary 10101000 10000010 100100 0 10111 1001111 100010 101011 1000001 101000

Color Harmonies of #A88224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88224

Black with #A88224

Text Example


Text Example

White with #A88224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88224; }

 p { color: rgb(168,130,36); }

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

background-color css

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

 a { background-color: rgb(168,130,36); }

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

border-color css

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

 span { border-color: rgb(168,130,36); }

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