Html Css Color HEX #A87613 Hacienda

📋 copy color: '#A87613'

red 168 ◦ green 118 ◦ blue 19

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

Shades of Hacienda #A87613

Tints of Hacienda #A87613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 55.08%
G = 38.69%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87613 (or 0xA87613) is known color: Hacienda. HEX triplet: A8, 76 and 13. RGB value is (168,118,19). Sum of RGB (Red+Green+Blue) = 168+118+19=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A87613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87613 is #5789EC. Grayscale: #7A7A7A. Windows color (decimal): -5736941 or 1275560. OLE color: 1275560.

HSL color Cylindrical-coordinate representation of color #A87613: hue angle of 39.87º 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 #A87613 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 19 -
CMYK 0 0.30 0.89 0.34
HSL 39.87º 0.8% 0.37% -
HSV(B) 39.87º 0.89% 0.66% -
XYZ 22.74 21.33 3.53 -
YUV 121.66 70.07 161.05 -
System Red Green Blue C M Y K H S L
Decimal 168 118 19 0 0.30 0.89 0.34 39.87 0.8 0.37
Hex A8 76 13 0 1E 59 22 28 50 25
Octal 250 166 23 0 36 131 42 50 120 45
Binary 10101000 1110110 10011 0 11110 1011001 100010 101000 1010000 100101

Color Harmonies of #A87613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87613

Black with #A87613

Text Example


Text Example

White with #A87613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87613; }

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

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

background-color css

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

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

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

border-color css

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

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

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