Html Css Color HEX #A08925 Hacienda

📋 copy color: '#A08925'

red 160 ◦ green 137 ◦ blue 37

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

Shades of Hacienda #A08925

Tints of Hacienda #A08925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

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

R = 47.9%
G = 41.02%
B = 11.08%

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

#A08925 (or 0xA08925) is known color: Hacienda. HEX triplet: A0, 89 and 25. RGB value is (160,137,37). Sum of RGB (Red+Green+Blue) = 160+137+37=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A08925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08925 is #5F76DA. Grayscale: #848484. Windows color (decimal): -6256347 or 2460064. OLE color: 2460064.

HSL color Cylindrical-coordinate representation of color #A08925: hue angle of 48.78º 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 #A08925 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 137 37 -
CMYK 0 0.14 0.77 0.37
HSL 48.78º 0.62% 0.39% -
HSV(B) 48.78º 0.77% 0.63% -
XYZ 23.78 25.5 5.42 -
YUV 132.48 74.12 147.63 -
System Red Green Blue C M Y K H S L
Decimal 160 137 37 0 0.14 0.77 0.37 48.78 0.62 0.39
Hex A0 89 25 0 E 4D 25 31 3E 27
Octal 240 211 45 0 16 115 45 61 76 47
Binary 10100000 10001001 100101 0 1110 1001101 100101 110001 111110 100111

Color Harmonies of #A08925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08925

Black with #A08925

Text Example


Text Example

White with #A08925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08925; }

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

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

background-color css

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

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

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

border-color css

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

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

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