Html Css Color HEX #A16114 Golden Brown

📋 copy color: '#A16114'

red 161 ◦ green 97 ◦ blue 20

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

Shades of Golden Brown #A16114

Tints of Golden Brown #A16114

RGB

 RED value IS 161 (63.28% from 255) = 57.91%

 GREEN value IS 97 (38.28% from 255) = 34.89%

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

R = 57.91%
G = 34.89%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A16114 (or 0xA16114) is known color: Golden Brown. HEX triplet: A1, 61 and 14. RGB value is (161,97,20). Sum of RGB (Red+Green+Blue) = 161+97+20=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A16114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16114 is #5E9EEB. Grayscale: #6B6B6B. Windows color (decimal): -6201068 or 1335713. OLE color: 1335713.

HSL color Cylindrical-coordinate representation of color #A16114: hue angle of 32.77º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A16114 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 20 -
CMYK 0 0.40 0.88 0.37
HSL 32.77º 0.78% 0.35% -
HSV(B) 32.77º 0.88% 0.63% -
XYZ 19.1 16.18 2.78 -
YUV 107.36 78.7 166.26 -
System Red Green Blue C M Y K H S L
Decimal 161 97 20 0 0.40 0.88 0.37 32.77 0.78 0.35
Hex A1 61 14 0 28 58 25 21 4E 23
Octal 241 141 24 0 50 130 45 41 116 43
Binary 10100001 1100001 10100 0 101000 1011000 100101 100001 1001110 100011

Color Harmonies of #A16114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16114

Black with #A16114

Text Example


Text Example

White with #A16114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16114; }

 p { color: rgb(161,97,20); }

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

background-color css

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

 a { background-color: rgb(161,97,20); }

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

border-color css

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

 span { border-color: rgb(161,97,20); }

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