Html Css Color HEX #A08321 Hacienda

📋 copy color: '#A08321'

red 160 ◦ green 131 ◦ blue 33

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

Shades of Hacienda #A08321

Tints of Hacienda #A08321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.43%

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 49.38%
G = 40.43%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A08321 (or 0xA08321) is known color: Hacienda. HEX triplet: A0, 83 and 21. RGB value is (160,131,33). Sum of RGB (Red+Green+Blue) = 160+131+33=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A08321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08321 is #5F7CDE. Grayscale: #808080. Windows color (decimal): -6257887 or 2196384. OLE color: 2196384.

HSL color Cylindrical-coordinate representation of color #A08321: hue angle of 46.3º degrees, saturation: 0.66, 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 #A08321 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 33 -
CMYK 0 0.18 0.79 0.37
HSL 46.3º 0.66% 0.38% -
HSV(B) 46.3º 0.79% 0.63% -
XYZ 22.89 23.82 4.83 -
YUV 128.5 74.11 150.47 -
System Red Green Blue C M Y K H S L
Decimal 160 131 33 0 0.18 0.79 0.37 46.3 0.66 0.38
Hex A0 83 21 0 12 4F 25 2E 42 26
Octal 240 203 41 0 22 117 45 56 102 46
Binary 10100000 10000011 100001 0 10010 1001111 100101 101110 1000010 100110

Color Harmonies of #A08321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08321

Black with #A08321

Text Example


Text Example

White with #A08321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08321; }

 p { color: rgb(160,131,33); }

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

background-color css

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

 a { background-color: rgb(160,131,33); }

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

border-color css

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

 span { border-color: rgb(160,131,33); }

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