Html Css Color HEX #A08022 Hacienda

📋 copy color: '#A08022'

red 160 ◦ green 128 ◦ blue 34

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

Shades of Hacienda #A08022

Tints of Hacienda #A08022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.56%

R = 49.69%
G = 39.75%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A08022 (or 0xA08022) is known color: Hacienda. HEX triplet: A0, 80 and 22. RGB value is (160,128,34). Sum of RGB (Red+Green+Blue) = 160+128+34=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A08022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08022 is #5F7FDD. Grayscale: #7F7F7F. Windows color (decimal): -6258654 or 2261152. OLE color: 2261152.

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

Color convert

RGB 160 128 34 -
CMYK 0 0.20 0.79 0.37
HSL 44.76º 0.65% 0.38% -
HSV(B) 44.76º 0.79% 0.63% -
XYZ 22.51 23.03 4.77 -
YUV 126.85 75.6 151.64 -
System Red Green Blue C M Y K H S L
Decimal 160 128 34 0 0.20 0.79 0.37 44.76 0.65 0.38
Hex A0 80 22 0 14 4F 25 2D 41 26
Octal 240 200 42 0 24 117 45 55 101 46
Binary 10100000 10000000 100010 0 10100 1001111 100101 101101 1000001 100110

Color Harmonies of #A08022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08022

Black with #A08022

Text Example


Text Example

White with #A08022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08022; }

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

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

background-color css

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

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

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

border-color css

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

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

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