Html Css Color HEX #A08327 Hacienda

📋 copy color: '#A08327'

red 160 ◦ green 131 ◦ blue 39

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

Shades of Hacienda #A08327

Tints of Hacienda #A08327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.82%

R = 48.48%
G = 39.7%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A08327 (or 0xA08327) is known color: Hacienda. HEX triplet: A0, 83 and 27. RGB value is (160,131,39). Sum of RGB (Red+Green+Blue) = 160+131+39=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A08327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08327 is #5F7CD8. Grayscale: #818181. Windows color (decimal): -6257881 or 2589600. OLE color: 2589600.

HSL color Cylindrical-coordinate representation of color #A08327: hue angle of 45.62º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A08327 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 39 -
CMYK 0 0.18 0.76 0.37
HSL 45.62º 0.61% 0.39% -
HSV(B) 45.62º 0.76% 0.63% -
XYZ 22.98 23.85 5.31 -
YUV 129.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 160 131 39 0 0.18 0.76 0.37 45.62 0.61 0.39
Hex A0 83 27 0 12 4C 25 2E 3D 27
Octal 240 203 47 0 22 114 45 56 75 47
Binary 10100000 10000011 100111 0 10010 1001100 100101 101110 111101 100111

Color Harmonies of #A08327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08327

Black with #A08327

Text Example


Text Example

White with #A08327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08327; }

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

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

background-color css

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

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

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

border-color css

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

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

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