Html Css Color HEX #A87F1E Hacienda

📋 copy color: '#A87F1E'

red 168 ◦ green 127 ◦ blue 30

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

Shades of Hacienda #A87F1E

Tints of Hacienda #A87F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 39.08%

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

R = 51.69%
G = 39.08%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A87F1E (or 0xA87F1E) is known color: Hacienda. HEX triplet: A8, 7F and 1E. RGB value is (168,127,30). Sum of RGB (Red+Green+Blue) = 168+127+30=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F1E is #5780E1. Grayscale: #808080. Windows color (decimal): -5734626 or 1998760. OLE color: 1998760.

HSL color Cylindrical-coordinate representation of color #A87F1E: hue angle of 42.17º degrees, saturation: 0.7, 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 #A87F1E is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 127 30 -
CMYK 0 0.24 0.82 0.34
HSL 42.17º 0.7% 0.39% -
HSV(B) 42.17º 0.82% 0.66% -
XYZ 23.97 23.6 4.52 -
YUV 128.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 168 127 30 0 0.24 0.82 0.34 42.17 0.7 0.39
Hex A8 7F 1E 0 18 52 22 2A 46 27
Octal 250 177 36 0 30 122 42 52 106 47
Binary 10101000 1111111 11110 0 11000 1010010 100010 101010 1000110 100111

Color Harmonies of #A87F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F1E

Black with #A87F1E

Text Example


Text Example

White with #A87F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F1E; }

 p { color: rgb(168,127,30); }

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

background-color css

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

 a { background-color: rgb(168,127,30); }

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

border-color css

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

 span { border-color: rgb(168,127,30); }

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