Html Css Color HEX #A5891E Hacienda

📋 copy color: '#A5891E'

red 165 ◦ green 137 ◦ blue 30

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

Shades of Hacienda #A5891E

Tints of Hacienda #A5891E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

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

R = 49.7%
G = 41.27%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5891E (or 0xA5891E) is known color: Hacienda. HEX triplet: A5, 89 and 1E. RGB value is (165,137,30). Sum of RGB (Red+Green+Blue) = 165+137+30=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A5891E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5891E is #5A76E1. Grayscale: #858585. Windows color (decimal): -5928674 or 2001317. OLE color: 2001317.

HSL color Cylindrical-coordinate representation of color #A5891E: hue angle of 47.56º 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 #A5891E is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 137 30 -
CMYK 0 0.17 0.82 0.35
HSL 47.56º 0.69% 0.38% -
HSV(B) 47.56º 0.82% 0.65% -
XYZ 24.7 25.98 4.94 -
YUV 133.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 165 137 30 0 0.17 0.82 0.35 47.56 0.69 0.38
Hex A5 89 1E 0 11 52 23 30 45 26
Octal 245 211 36 0 21 122 43 60 105 46
Binary 10100101 10001001 11110 0 10001 1010010 100011 110000 1000101 100110

Color Harmonies of #A5891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5891E

Black with #A5891E

Text Example


Text Example

White with #A5891E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5891E; }

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

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

background-color css

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

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

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

border-color css

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

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

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