Html Css Color HEX #A0802F Hacienda

📋 copy color: '#A0802F'

red 160 ◦ green 128 ◦ blue 47

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

Shades of Hacienda #A0802F

Tints of Hacienda #A0802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 47.76%
G = 38.21%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0802F (or 0xA0802F) is known color: Hacienda. HEX triplet: A0, 80 and 2F. RGB value is (160,128,47). Sum of RGB (Red+Green+Blue) = 160+128+47=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0802F is #5F7FD0. Grayscale: #808080. Windows color (decimal): -6258641 or 3113120. OLE color: 3113120.

HSL color Cylindrical-coordinate representation of color #A0802F: hue angle of 43.01º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0802F is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 47 -
CMYK 0 0.20 0.71 0.37
HSL 43.01º 0.55% 0.41% -
HSV(B) 43.01º 0.71% 0.63% -
XYZ 22.73 23.12 5.95 -
YUV 128.33 82.1 150.59 -
System Red Green Blue C M Y K H S L
Decimal 160 128 47 0 0.20 0.71 0.37 43.01 0.55 0.41
Hex A0 80 2F 0 14 47 25 2B 37 29
Octal 240 200 57 0 24 107 45 53 67 51
Binary 10100000 10000000 101111 0 10100 1000111 100101 101011 110111 101001

Color Harmonies of #A0802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0802F

Black with #A0802F

Text Example


Text Example

White with #A0802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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