Html Css Color HEX #A08023 Hacienda

📋 copy color: '#A08023'

red 160 ◦ green 128 ◦ blue 35

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

Shades of Hacienda #A08023

Tints of Hacienda #A08023

RGB

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

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

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

R = 49.54%
G = 39.63%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A08023 (or 0xA08023) is known color: Hacienda. HEX triplet: A0, 80 and 23. RGB value is (160,128,35). Sum of RGB (Red+Green+Blue) = 160+128+35=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A08023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08023 is #5F7FDC. Grayscale: #7F7F7F. Windows color (decimal): -6258653 or 2326688. OLE color: 2326688.

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

Color convert

RGB 160 128 35 -
CMYK 0 0.20 0.78 0.37
HSL 44.64º 0.64% 0.38% -
HSV(B) 44.64º 0.78% 0.63% -
XYZ 22.52 23.03 4.85 -
YUV 126.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 160 128 35 0 0.20 0.78 0.37 44.64 0.64 0.38
Hex A0 80 23 0 14 4E 25 2D 40 26
Octal 240 200 43 0 24 116 45 55 100 46
Binary 10100000 10000000 100011 0 10100 1001110 100101 101101 1000000 100110

Color Harmonies of #A08023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08023

Black with #A08023

Text Example


Text Example

White with #A08023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08023; }

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

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

background-color css

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

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

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

border-color css

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

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

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