Html Css Color HEX #A5881F Hacienda

📋 copy color: '#A5881F'

red 165 ◦ green 136 ◦ blue 31

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

Shades of Hacienda #A5881F

Tints of Hacienda #A5881F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.34%

R = 49.7%
G = 40.96%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5881F (or 0xA5881F) is known color: Hacienda. HEX triplet: A5, 88 and 1F. RGB value is (165,136,31). Sum of RGB (Red+Green+Blue) = 165+136+31=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A5881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5881F is #5A77E0. Grayscale: #858585. Windows color (decimal): -5928929 or 2066597. OLE color: 2066597.

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

Color convert

RGB 165 136 31 -
CMYK 0 0.18 0.81 0.35
HSL 47.01º 0.68% 0.38% -
HSV(B) 47.01º 0.81% 0.65% -
XYZ 24.57 25.71 4.96 -
YUV 132.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 165 136 31 0 0.18 0.81 0.35 47.01 0.68 0.38
Hex A5 88 1F 0 12 51 23 2F 44 26
Octal 245 210 37 0 22 121 43 57 104 46
Binary 10100101 10001000 11111 0 10010 1010001 100011 101111 1000100 100110

Color Harmonies of #A5881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5881F

Black with #A5881F

Text Example


Text Example

White with #A5881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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