Html Css Color HEX #A16014 Golden Brown

📋 copy color: '#A16014'

red 161 ◦ green 96 ◦ blue 20

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

Shades of Golden Brown #A16014

Tints of Golden Brown #A16014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.66%

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

R = 58.12%
G = 34.66%
B = 7.22%

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

#A16014 (or 0xA16014) is known color: Golden Brown. HEX triplet: A1, 60 and 14. RGB value is (161,96,20). Sum of RGB (Red+Green+Blue) = 161+96+20=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A16014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16014 is #5E9FEB. Grayscale: #6B6B6B. Windows color (decimal): -6201324 or 1335457. OLE color: 1335457.

HSL color Cylindrical-coordinate representation of color #A16014: hue angle of 32.34º 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 #A16014 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 96 20 -
CMYK 0 0.40 0.88 0.37
HSL 32.34º 0.78% 0.35% -
HSV(B) 32.34º 0.88% 0.63% -
XYZ 19.01 15.99 2.75 -
YUV 106.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 161 96 20 0 0.40 0.88 0.37 32.34 0.78 0.35
Hex A1 60 14 0 28 58 25 20 4E 23
Octal 241 140 24 0 50 130 45 40 116 43
Binary 10100001 1100000 10100 0 101000 1011000 100101 100000 1001110 100011

Color Harmonies of #A16014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16014

Black with #A16014

Text Example


Text Example

White with #A16014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16014; }

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

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

background-color css

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

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

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

border-color css

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

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

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