Html Css Color HEX #A87C16 Hacienda

📋 copy color: '#A87C16'

red 168 ◦ green 124 ◦ blue 22

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

Shades of Hacienda #A87C16

Tints of Hacienda #A87C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.49%

 BLUE value IS 22 (8.98% from 255) = 7.01%

R = 53.5%
G = 39.49%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A87C16 (or 0xA87C16) is known color: Hacienda. HEX triplet: A8, 7C and 16. RGB value is (168,124,22). Sum of RGB (Red+Green+Blue) = 168+124+22=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A87C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87C16 is #5783E9. Grayscale: #7D7D7D. Windows color (decimal): -5735402 or 1473704. OLE color: 1473704.

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

Color convert

RGB 168 124 22 -
CMYK 0 0.26 0.87 0.34
HSL 41.92º 0.77% 0.37% -
HSV(B) 41.92º 0.87% 0.66% -
XYZ 23.5 22.8 3.92 -
YUV 125.53 69.58 158.29 -
System Red Green Blue C M Y K H S L
Decimal 168 124 22 0 0.26 0.87 0.34 41.92 0.77 0.37
Hex A8 7C 16 0 1A 57 22 2A 4D 25
Octal 250 174 26 0 32 127 42 52 115 45
Binary 10101000 1111100 10110 0 11010 1010111 100010 101010 1001101 100101

Color Harmonies of #A87C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87C16

Black with #A87C16

Text Example


Text Example

White with #A87C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87C16; }

 p { color: rgb(168,124,22); }

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

background-color css

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

 a { background-color: rgb(168,124,22); }

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

border-color css

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

 span { border-color: rgb(168,124,22); }

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