Html Css Color HEX #A0881D Hacienda

📋 copy color: '#A0881D'

red 160 ◦ green 136 ◦ blue 29

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

Shades of Hacienda #A0881D

Tints of Hacienda #A0881D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.85%

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 49.23%
G = 41.85%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0881D (or 0xA0881D) is known color: Hacienda. HEX triplet: A0, 88 and 1D. RGB value is (160,136,29). Sum of RGB (Red+Green+Blue) = 160+136+29=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0881D is #5F77E2. Grayscale: #838383. Windows color (decimal): -6256611 or 1935520. OLE color: 1935520.

HSL color Cylindrical-coordinate representation of color #A0881D: hue angle of 49.01º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0881D is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 29 -
CMYK 0 0.15 0.82 0.37
HSL 49.01º 0.69% 0.37% -
HSV(B) 49.01º 0.82% 0.63% -
XYZ 23.52 25.17 4.78 -
YUV 130.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 160 136 29 0 0.15 0.82 0.37 49.01 0.69 0.37
Hex A0 88 1D 0 F 52 25 31 45 25
Octal 240 210 35 0 17 122 45 61 105 45
Binary 10100000 10001000 11101 0 1111 1010010 100101 110001 1000101 100101

Color Harmonies of #A0881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0881D

Black with #A0881D

Text Example


Text Example

White with #A0881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0881D; }

 p { color: rgb(160,136,29); }

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

background-color css

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

 a { background-color: rgb(160,136,29); }

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

border-color css

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

 span { border-color: rgb(160,136,29); }

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