Html Css Color HEX #A08223 Hacienda

📋 copy color: '#A08223'

red 160 ◦ green 130 ◦ blue 35

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

Shades of Hacienda #A08223

Tints of Hacienda #A08223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

 BLUE value IS 35 (14.06% from 255) = 10.77%

R = 49.23%
G = 40%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A08223 (or 0xA08223) is known color: Hacienda. HEX triplet: A0, 82 and 23. RGB value is (160,130,35). Sum of RGB (Red+Green+Blue) = 160+130+35=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A08223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08223 is #5F7DDC. Grayscale: #808080. Windows color (decimal): -6258141 or 2327200. OLE color: 2327200.

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

Color convert

RGB 160 130 35 -
CMYK 0 0.19 0.78 0.37
HSL 45.6º 0.64% 0.38% -
HSV(B) 45.6º 0.78% 0.63% -
XYZ 22.78 23.56 4.94 -
YUV 128.14 75.44 150.72 -
System Red Green Blue C M Y K H S L
Decimal 160 130 35 0 0.19 0.78 0.37 45.6 0.64 0.38
Hex A0 82 23 0 13 4E 25 2E 40 26
Octal 240 202 43 0 23 116 45 56 100 46
Binary 10100000 10000010 100011 0 10011 1001110 100101 101110 1000000 100110

Color Harmonies of #A08223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08223

Black with #A08223

Text Example


Text Example

White with #A08223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08223; }

 p { color: rgb(160,130,35); }

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

background-color css

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

 a { background-color: rgb(160,130,35); }

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

border-color css

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

 span { border-color: rgb(160,130,35); }

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