Html Css Color HEX #A07116 Golden Brown

📋 copy color: '#A07116'

red 160 ◦ green 113 ◦ blue 22

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

Shades of Golden Brown #A07116

Tints of Golden Brown #A07116

RGB

 RED value IS 160 (62.89% from 255) = 54.24%

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

 BLUE value IS 22 (8.98% from 255) = 7.46%

R = 54.24%
G = 38.31%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A07116 (or 0xA07116) is known color: Golden Brown. HEX triplet: A0, 71 and 16. RGB value is (160,113,22). Sum of RGB (Red+Green+Blue) = 160+113+22=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A07116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07116 is #5F8EE9. Grayscale: #757575. Windows color (decimal): -6262506 or 1470880. OLE color: 1470880.

HSL color Cylindrical-coordinate representation of color #A07116: hue angle of 39.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A07116 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 113 22 -
CMYK 0 0.29 0.86 0.37
HSL 39.57º 0.76% 0.36% -
HSV(B) 39.57º 0.86% 0.63% -
XYZ 20.55 19.34 3.41 -
YUV 116.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 160 113 22 0 0.29 0.86 0.37 39.57 0.76 0.36
Hex A0 71 16 0 1D 56 25 28 4C 24
Octal 240 161 26 0 35 126 45 50 114 44
Binary 10100000 1110001 10110 0 11101 1010110 100101 101000 1001100 100100

Color Harmonies of #A07116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07116

Black with #A07116

Text Example


Text Example

White with #A07116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07116; }

 p { color: rgb(160,113,22); }

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

background-color css

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

 a { background-color: rgb(160,113,22); }

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

border-color css

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

 span { border-color: rgb(160,113,22); }

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