Html Css Color HEX #A08028 Hacienda

📋 copy color: '#A08028'

red 160 ◦ green 128 ◦ blue 40

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

Shades of Hacienda #A08028

Tints of Hacienda #A08028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

 BLUE value IS 40 (16.02% from 255) = 12.2%

R = 48.78%
G = 39.02%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A08028 (or 0xA08028) is known color: Hacienda. HEX triplet: A0, 80 and 28. RGB value is (160,128,40). Sum of RGB (Red+Green+Blue) = 160+128+40=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A08028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08028 is #5F7FD7. Grayscale: #7F7F7F. Windows color (decimal): -6258648 or 2654368. OLE color: 2654368.

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

Color convert

RGB 160 128 40 -
CMYK 0 0.20 0.75 0.37
HSL 44º 0.6% 0.39% -
HSV(B) 44º 0.75% 0.63% -
XYZ 22.6 23.07 5.27 -
YUV 127.54 78.6 151.16 -
System Red Green Blue C M Y K H S L
Decimal 160 128 40 0 0.20 0.75 0.37 44 0.6 0.39
Hex A0 80 28 0 14 4B 25 2C 3C 27
Octal 240 200 50 0 24 113 45 54 74 47
Binary 10100000 10000000 101000 0 10100 1001011 100101 101100 111100 100111

Color Harmonies of #A08028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08028

Black with #A08028

Text Example


Text Example

White with #A08028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08028; }

 p { color: rgb(160,128,40); }

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

background-color css

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

 a { background-color: rgb(160,128,40); }

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

border-color css

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

 span { border-color: rgb(160,128,40); }

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