Html Css Color HEX #A08526 Hacienda

📋 copy color: '#A08526'

red 160 ◦ green 133 ◦ blue 38

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

Shades of Hacienda #A08526

Tints of Hacienda #A08526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.48%

R = 48.34%
G = 40.18%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A08526 (or 0xA08526) is known color: Hacienda. HEX triplet: A0, 85 and 26. RGB value is (160,133,38). Sum of RGB (Red+Green+Blue) = 160+133+38=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A08526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08526 is #5F7AD9. Grayscale: #828282. Windows color (decimal): -6257370 or 2524576. OLE color: 2524576.

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

Color convert

RGB 160 133 38 -
CMYK 0 0.17 0.76 0.37
HSL 46.72º 0.62% 0.39% -
HSV(B) 46.72º 0.76% 0.63% -
XYZ 23.23 24.39 5.32 -
YUV 130.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 160 133 38 0 0.17 0.76 0.37 46.72 0.62 0.39
Hex A0 85 26 0 11 4C 25 2F 3E 27
Octal 240 205 46 0 21 114 45 57 76 47
Binary 10100000 10000101 100110 0 10001 1001100 100101 101111 111110 100111

Color Harmonies of #A08526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08526

Black with #A08526

Text Example


Text Example

White with #A08526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08526; }

 p { color: rgb(160,133,38); }

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

background-color css

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

 a { background-color: rgb(160,133,38); }

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

border-color css

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

 span { border-color: rgb(160,133,38); }

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