Html Css Color HEX #A87E13 Hacienda

📋 copy color: '#A87E13'

red 168 ◦ green 126 ◦ blue 19

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

Shades of Hacienda #A87E13

Tints of Hacienda #A87E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 53.67%
G = 40.26%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87E13 (or 0xA87E13) is known color: Hacienda. HEX triplet: A8, 7E and 13. RGB value is (168,126,19). Sum of RGB (Red+Green+Blue) = 168+126+19=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87E13 is #5781EC. Grayscale: #7E7E7E. Windows color (decimal): -5734893 or 1277608. OLE color: 1277608.

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

Color convert

RGB 168 126 19 -
CMYK 0 0.25 0.89 0.34
HSL 43.09º 0.8% 0.37% -
HSV(B) 43.09º 0.89% 0.66% -
XYZ 23.73 23.29 3.86 -
YUV 126.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 168 126 19 0 0.25 0.89 0.34 43.09 0.8 0.37
Hex A8 7E 13 0 19 59 22 2B 50 25
Octal 250 176 23 0 31 131 42 53 120 45
Binary 10101000 1111110 10011 0 11001 1011001 100010 101011 1010000 100101

Color Harmonies of #A87E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E13

Black with #A87E13

Text Example


Text Example

White with #A87E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E13; }

 p { color: rgb(168,126,19); }

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

background-color css

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

 a { background-color: rgb(168,126,19); }

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

border-color css

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

 span { border-color: rgb(168,126,19); }

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