Html Css Color HEX #A08A25 Hacienda

📋 copy color: '#A08A25'

red 160 ◦ green 138 ◦ blue 37

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

Shades of Hacienda #A08A25

Tints of Hacienda #A08A25

RGB

 RED value IS 160 (62.89% from 255) = 47.76%

 GREEN value IS 138 (54.3% from 255) = 41.19%

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

R = 47.76%
G = 41.19%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A08A25 (or 0xA08A25) is known color: Hacienda. HEX triplet: A0, 8A and 25. RGB value is (160,138,37). Sum of RGB (Red+Green+Blue) = 160+138+37=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A25 is #5F75DA. Grayscale: #858585. Windows color (decimal): -6256091 or 2460320. OLE color: 2460320.

HSL color Cylindrical-coordinate representation of color #A08A25: hue angle of 49.27º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A08A25 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 138 37 -
CMYK 0 0.14 0.77 0.37
HSL 49.27º 0.62% 0.39% -
HSV(B) 49.27º 0.77% 0.63% -
XYZ 23.92 25.78 5.47 -
YUV 133.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 160 138 37 0 0.14 0.77 0.37 49.27 0.62 0.39
Hex A0 8A 25 0 E 4D 25 31 3E 27
Octal 240 212 45 0 16 115 45 61 76 47
Binary 10100000 10001010 100101 0 1110 1001101 100101 110001 111110 100111

Color Harmonies of #A08A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A25

Black with #A08A25

Text Example


Text Example

White with #A08A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A25; }

 p { color: rgb(160,138,37); }

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

background-color css

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

 a { background-color: rgb(160,138,37); }

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

border-color css

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

 span { border-color: rgb(160,138,37); }

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