Html Css Color HEX #A88525 Hacienda

📋 copy color: '#A88525'

red 168 ◦ green 133 ◦ blue 37

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

Shades of Hacienda #A88525

Tints of Hacienda #A88525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 49.7%
G = 39.35%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A88525 (or 0xA88525) is known color: Hacienda. HEX triplet: A8, 85 and 25. RGB value is (168,133,37). Sum of RGB (Red+Green+Blue) = 168+133+37=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A88525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88525 is #577ADA. Grayscale: #848484. Windows color (decimal): -5733083 or 2459048. OLE color: 2459048.

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

Color convert

RGB 168 133 37 -
CMYK 0 0.21 0.78 0.34
HSL 43.97º 0.64% 0.4% -
HSV(B) 43.97º 0.78% 0.66% -
XYZ 24.87 25.23 5.31 -
YUV 132.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 168 133 37 0 0.21 0.78 0.34 43.97 0.64 0.4
Hex A8 85 25 0 15 4E 22 2C 40 28
Octal 250 205 45 0 25 116 42 54 100 50
Binary 10101000 10000101 100101 0 10101 1001110 100010 101100 1000000 101000

Color Harmonies of #A88525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88525

Black with #A88525

Text Example


Text Example

White with #A88525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88525; }

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

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

background-color css

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

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

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

border-color css

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

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

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