Html Css Color HEX #A16613 Golden Brown

📋 copy color: '#A16613'

red 161 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #A16613

Tints of Golden Brown #A16613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.17%

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

R = 57.09%
G = 36.17%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A16613 (or 0xA16613) is known color: Golden Brown. HEX triplet: A1, 66 and 13. RGB value is (161,102,19). Sum of RGB (Red+Green+Blue) = 161+102+19=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A16613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16613 is #5E99EC. Grayscale: #6E6E6E. Windows color (decimal): -6199789 or 1271457. OLE color: 1271457.

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

Color convert

RGB 161 102 19 -
CMYK 0 0.37 0.88 0.37
HSL 35.07º 0.79% 0.35% -
HSV(B) 35.07º 0.88% 0.63% -
XYZ 19.57 17.13 2.89 -
YUV 110.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 161 102 19 0 0.37 0.88 0.37 35.07 0.79 0.35
Hex A1 66 13 0 25 58 25 23 4F 23
Octal 241 146 23 0 45 130 45 43 117 43
Binary 10100001 1100110 10011 0 100101 1011000 100101 100011 1001111 100011

Color Harmonies of #A16613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16613

Black with #A16613

Text Example


Text Example

White with #A16613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16613; }

 p { color: rgb(161,102,19); }

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

background-color css

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

 a { background-color: rgb(161,102,19); }

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

border-color css

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

 span { border-color: rgb(161,102,19); }

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