Html Css Color HEX #A08A23 Hacienda

📋 copy color: '#A08A23'

red 160 ◦ green 138 ◦ blue 35

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

Shades of Hacienda #A08A23

Tints of Hacienda #A08A23

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.44%

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

R = 48.05%
G = 41.44%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A08A23 (or 0xA08A23) is known color: Hacienda. HEX triplet: A0, 8A and 23. RGB value is (160,138,35). Sum of RGB (Red+Green+Blue) = 160+138+35=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A23 is #5F75DC. Grayscale: #858585. Windows color (decimal): -6256093 or 2329248. OLE color: 2329248.

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

Color convert

RGB 160 138 35 -
CMYK 0 0.14 0.78 0.37
HSL 49.44º 0.64% 0.38% -
HSV(B) 49.44º 0.78% 0.63% -
XYZ 23.89 25.77 5.31 -
YUV 132.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 160 138 35 0 0.14 0.78 0.37 49.44 0.64 0.38
Hex A0 8A 23 0 E 4E 25 31 40 26
Octal 240 212 43 0 16 116 45 61 100 46
Binary 10100000 10001010 100011 0 1110 1001110 100101 110001 1000000 100110

Color Harmonies of #A08A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A23

Black with #A08A23

Text Example


Text Example

White with #A08A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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