Html Css Color HEX #A87D1F Hacienda

📋 copy color: '#A87D1F'

red 168 ◦ green 125 ◦ blue 31

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

Shades of Hacienda #A87D1F

Tints of Hacienda #A87D1F

RGB

 RED value IS 168 (66.02% from 255) = 51.85%

 GREEN value IS 125 (49.22% from 255) = 38.58%

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

R = 51.85%
G = 38.58%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A87D1F (or 0xA87D1F) is known color: Hacienda. HEX triplet: A8, 7D and 1F. RGB value is (168,125,31). Sum of RGB (Red+Green+Blue) = 168+125+31=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87D1F is #5782E0. Grayscale: #7F7F7F. Windows color (decimal): -5735137 or 2063784. OLE color: 2063784.

HSL color Cylindrical-coordinate representation of color #A87D1F: hue angle of 41.17º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A87D1F is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 125 31 -
CMYK 0 0.26 0.82 0.34
HSL 41.17º 0.69% 0.39% -
HSV(B) 41.17º 0.82% 0.66% -
XYZ 23.73 23.09 4.5 -
YUV 127.14 73.75 157.14 -
System Red Green Blue C M Y K H S L
Decimal 168 125 31 0 0.26 0.82 0.34 41.17 0.69 0.39
Hex A8 7D 1F 0 1A 52 22 29 45 27
Octal 250 175 37 0 32 122 42 51 105 47
Binary 10101000 1111101 11111 0 11010 1010010 100010 101001 1000101 100111

Color Harmonies of #A87D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D1F

Black with #A87D1F

Text Example


Text Example

White with #A87D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D1F; }

 p { color: rgb(168,125,31); }

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

background-color css

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

 a { background-color: rgb(168,125,31); }

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

border-color css

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

 span { border-color: rgb(168,125,31); }

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