Html Css Color HEX #A97113 Golden Brown

📋 copy color: '#A97113'

red 169 ◦ green 113 ◦ blue 19

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

Shades of Golden Brown #A97113

Tints of Golden Brown #A97113

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

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

R = 56.15%
G = 37.54%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A97113 (or 0xA97113) is known color: Golden Brown. HEX triplet: A9, 71 and 13. RGB value is (169,113,19). Sum of RGB (Red+Green+Blue) = 169+113+19=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A97113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97113 is #568EEC. Grayscale: #777777. Windows color (decimal): -5672685 or 1274281. OLE color: 1274281.

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

Color convert

RGB 169 113 19 -
CMYK 0 0.33 0.89 0.34
HSL 37.6º 0.8% 0.37% -
HSV(B) 37.6º 0.89% 0.66% -
XYZ 22.38 20.29 3.35 -
YUV 119.03 71.55 163.64 -
System Red Green Blue C M Y K H S L
Decimal 169 113 19 0 0.33 0.89 0.34 37.6 0.8 0.37
Hex A9 71 13 0 21 59 22 26 50 25
Octal 251 161 23 0 41 131 42 46 120 45
Binary 10101001 1110001 10011 0 100001 1011001 100010 100110 1010000 100101

Color Harmonies of #A97113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97113

Black with #A97113

Text Example


Text Example

White with #A97113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97113; }

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

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

background-color css

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

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

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

border-color css

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

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

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