Html Css Color HEX #A97014 Golden Brown

📋 copy color: '#A97014'

red 169 ◦ green 112 ◦ blue 20

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

Shades of Golden Brown #A97014

Tints of Golden Brown #A97014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 56.15%
G = 37.21%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A97014 (or 0xA97014) is known color: Golden Brown. HEX triplet: A9, 70 and 14. RGB value is (169,112,20). Sum of RGB (Red+Green+Blue) = 169+112+20=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A97014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A97014 is #568FEB. Grayscale: #767676. Windows color (decimal): -5672940 or 1339561. OLE color: 1339561.

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

Color convert

RGB 169 112 20 -
CMYK 0 0.34 0.88 0.34
HSL 37.05º 0.79% 0.37% -
HSV(B) 37.05º 0.88% 0.66% -
XYZ 22.28 20.07 3.36 -
YUV 118.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 169 112 20 0 0.34 0.88 0.34 37.05 0.79 0.37
Hex A9 70 14 0 22 58 22 25 4F 25
Octal 251 160 24 0 42 130 42 45 117 45
Binary 10101001 1110000 10100 0 100010 1011000 100010 100101 1001111 100101

Color Harmonies of #A97014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97014

Black with #A97014

Text Example


Text Example

White with #A97014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97014; }

 p { color: rgb(169,112,20); }

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

background-color css

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

 a { background-color: rgb(169,112,20); }

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

border-color css

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

 span { border-color: rgb(169,112,20); }

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