Html Css Color HEX #A16017 Golden Brown

📋 copy color: '#A16017'

red 161 ◦ green 96 ◦ blue 23

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

Shades of Golden Brown #A16017

Tints of Golden Brown #A16017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.21%

R = 57.5%
G = 34.29%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A16017 (or 0xA16017) is known color: Golden Brown. HEX triplet: A1, 60 and 17. RGB value is (161,96,23). Sum of RGB (Red+Green+Blue) = 161+96+23=280 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.5% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 161 - color contains mainly: red. Hex color #A16017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16017 is #5E9FE8. Grayscale: #6B6B6B. Windows color (decimal): -6201321 or 1532065. OLE color: 1532065.

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

Color convert

RGB 161 96 23 -
CMYK 0 0.40 0.86 0.37
HSL 31.74º 0.75% 0.36% -
HSV(B) 31.74º 0.86% 0.63% -
XYZ 19.04 16 2.9 -
YUV 107.11 80.53 166.44 -
System Red Green Blue C M Y K H S L
Decimal 161 96 23 0 0.40 0.86 0.37 31.74 0.75 0.36
Hex A1 60 17 0 28 56 25 20 4B 24
Octal 241 140 27 0 50 126 45 40 113 44
Binary 10100001 1100000 10111 0 101000 1010110 100101 100000 1001011 100100

Color Harmonies of #A16017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16017

Black with #A16017

Text Example


Text Example

White with #A16017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16017; }

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

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

background-color css

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

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

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

border-color css

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

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

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