Html Css Color HEX #A7881F Hacienda

📋 copy color: '#A7881F'

red 167 ◦ green 136 ◦ blue 31

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

Shades of Hacienda #A7881F

Tints of Hacienda #A7881F

RGB

 RED value IS 167 (65.63% from 255) = 50%

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

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

R = 50%
G = 40.72%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7881F (or 0xA7881F) is known color: Hacienda. HEX triplet: A7, 88 and 1F. RGB value is (167,136,31). Sum of RGB (Red+Green+Blue) = 167+136+31=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A7881F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7881F is #5877E0. Grayscale: #858585. Windows color (decimal): -5797857 or 2066599. OLE color: 2066599.

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

Color convert

RGB 167 136 31 -
CMYK 0 0.19 0.81 0.35
HSL 46.32º 0.69% 0.39% -
HSV(B) 46.32º 0.81% 0.65% -
XYZ 24.99 25.92 4.98 -
YUV 133.3 70.27 152.04 -
System Red Green Blue C M Y K H S L
Decimal 167 136 31 0 0.19 0.81 0.35 46.32 0.69 0.39
Hex A7 88 1F 0 13 51 23 2E 45 27
Octal 247 210 37 0 23 121 43 56 105 47
Binary 10100111 10001000 11111 0 10011 1010001 100011 101110 1000101 100111

Color Harmonies of #A7881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7881F

Black with #A7881F

Text Example


Text Example

White with #A7881F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7881F; }

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

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

background-color css

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

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

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

border-color css

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

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

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