Html Css Color HEX #A5881E Hacienda

📋 copy color: '#A5881E'

red 165 ◦ green 136 ◦ blue 30

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

Shades of Hacienda #A5881E

Tints of Hacienda #A5881E

RGB

 RED value IS 165 (64.84% from 255) = 49.85%

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

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 49.85%
G = 41.09%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5881E (or 0xA5881E) is known color: Hacienda. HEX triplet: A5, 88 and 1E. RGB value is (165,136,30). Sum of RGB (Red+Green+Blue) = 165+136+30=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5881E is #5A77E1. Grayscale: #858585. Windows color (decimal): -5928930 or 2001061. OLE color: 2001061.

HSL color Cylindrical-coordinate representation of color #A5881E: hue angle of 47.11º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A5881E is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 136 30 -
CMYK 0 0.18 0.82 0.35
HSL 47.11º 0.69% 0.38% -
HSV(B) 47.11º 0.82% 0.65% -
XYZ 24.56 25.7 4.89 -
YUV 132.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 165 136 30 0 0.18 0.82 0.35 47.11 0.69 0.38
Hex A5 88 1E 0 12 52 23 2F 45 26
Octal 245 210 36 0 22 122 43 57 105 46
Binary 10100101 10001000 11110 0 10010 1010010 100011 101111 1000101 100110

Color Harmonies of #A5881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5881E

Black with #A5881E

Text Example


Text Example

White with #A5881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5881E; }

 p { color: rgb(165,136,30); }

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

background-color css

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

 a { background-color: rgb(165,136,30); }

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

border-color css

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

 span { border-color: rgb(165,136,30); }

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