Html Css Color HEX #A16118 Golden Brown

📋 copy color: '#A16118'

red 161 ◦ green 97 ◦ blue 24

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

Shades of Golden Brown #A16118

Tints of Golden Brown #A16118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 57.09%
G = 34.4%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#A16118 (or 0xA16118) is known color: Golden Brown. HEX triplet: A1, 61 and 18. RGB value is (161,97,24). Sum of RGB (Red+Green+Blue) = 161+97+24=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A16118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16118 is #5E9EE7. Grayscale: #6C6C6C. Windows color (decimal): -6201064 or 1597857. OLE color: 1597857.

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

Color convert

RGB 161 97 24 -
CMYK 0 0.40 0.85 0.37
HSL 31.97º 0.74% 0.36% -
HSV(B) 31.97º 0.85% 0.63% -
XYZ 19.14 16.19 2.98 -
YUV 107.81 80.7 165.94 -
System Red Green Blue C M Y K H S L
Decimal 161 97 24 0 0.40 0.85 0.37 31.97 0.74 0.36
Hex A1 61 18 0 28 55 25 20 4A 24
Octal 241 141 30 0 50 125 45 40 112 44
Binary 10100001 1100001 11000 0 101000 1010101 100101 100000 1001010 100100

Color Harmonies of #A16118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16118

Black with #A16118

Text Example


Text Example

White with #A16118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16118; }

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

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

background-color css

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

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

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

border-color css

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

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

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