Html Css Color HEX #A97613 Hacienda

📋 copy color: '#A97613'

red 169 ◦ green 118 ◦ blue 19

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

Shades of Hacienda #A97613

Tints of Hacienda #A97613

RGB

 RED value IS 169 (66.41% from 255) = 55.23%

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

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

R = 55.23%
G = 38.56%
B = 6.21%

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

#A97613 (or 0xA97613) is known color: Hacienda. HEX triplet: A9, 76 and 13. RGB value is (169,118,19). Sum of RGB (Red+Green+Blue) = 169+118+19=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A97613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97613 is #5689EC. Grayscale: #7A7A7A. Windows color (decimal): -5671405 or 1275561. OLE color: 1275561.

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

Color convert

RGB 169 118 19 -
CMYK 0 0.30 0.89 0.34
HSL 39.6º 0.8% 0.37% -
HSV(B) 39.6º 0.89% 0.66% -
XYZ 22.96 21.44 3.54 -
YUV 121.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 169 118 19 0 0.30 0.89 0.34 39.6 0.8 0.37
Hex A9 76 13 0 1E 59 22 28 50 25
Octal 251 166 23 0 36 131 42 50 120 45
Binary 10101001 1110110 10011 0 11110 1011001 100010 101000 1010000 100101

Color Harmonies of #A97613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97613

Black with #A97613

Text Example


Text Example

White with #A97613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97613; }

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

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

background-color css

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

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

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

border-color css

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

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

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