Html Css Color HEX #A08B23 Hacienda

📋 copy color: '#A08B23'

red 160 ◦ green 139 ◦ blue 35

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

Shades of Hacienda #A08B23

Tints of Hacienda #A08B23

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

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

R = 47.9%
G = 41.62%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A08B23 (or 0xA08B23) is known color: Hacienda. HEX triplet: A0, 8B and 23. RGB value is (160,139,35). Sum of RGB (Red+Green+Blue) = 160+139+35=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08B23 is #5F74DC. Grayscale: #858585. Windows color (decimal): -6255837 or 2329504. OLE color: 2329504.

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

Color convert

RGB 160 139 35 -
CMYK 0 0.13 0.78 0.37
HSL 49.92º 0.64% 0.38% -
HSV(B) 49.92º 0.78% 0.63% -
XYZ 24.03 26.06 5.35 -
YUV 133.42 72.46 146.96 -
System Red Green Blue C M Y K H S L
Decimal 160 139 35 0 0.13 0.78 0.37 49.92 0.64 0.38
Hex A0 8B 23 0 D 4E 25 32 40 26
Octal 240 213 43 0 15 116 45 62 100 46
Binary 10100000 10001011 100011 0 1101 1001110 100101 110010 1000000 100110

Color Harmonies of #A08B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B23

Black with #A08B23

Text Example


Text Example

White with #A08B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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