Html Css Color HEX #A88524 Hacienda

📋 copy color: '#A88524'

red 168 ◦ green 133 ◦ blue 36

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

Shades of Hacienda #A88524

Tints of Hacienda #A88524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 49.85%
G = 39.47%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A88524 (or 0xA88524) is known color: Hacienda. HEX triplet: A8, 85 and 24. RGB value is (168,133,36). Sum of RGB (Red+Green+Blue) = 168+133+36=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A88524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88524 is #577ADB. Grayscale: #848484. Windows color (decimal): -5733084 or 2393512. OLE color: 2393512.

HSL color Cylindrical-coordinate representation of color #A88524: hue angle of 44.09º 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 #A88524 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 133 36 -
CMYK 0 0.21 0.79 0.34
HSL 44.09º 0.65% 0.4% -
HSV(B) 44.09º 0.79% 0.66% -
XYZ 24.85 25.23 5.23 -
YUV 132.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 168 133 36 0 0.21 0.79 0.34 44.09 0.65 0.4
Hex A8 85 24 0 15 4F 22 2C 41 28
Octal 250 205 44 0 25 117 42 54 101 50
Binary 10101000 10000101 100100 0 10101 1001111 100010 101100 1000001 101000

Color Harmonies of #A88524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88524

Black with #A88524

Text Example


Text Example

White with #A88524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88524; }

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

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

background-color css

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

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

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

border-color css

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

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

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