Html Css Color HEX #A16717 Golden Brown

📋 copy color: '#A16717'

red 161 ◦ green 103 ◦ blue 23

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

Shades of Golden Brown #A16717

Tints of Golden Brown #A16717

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.89%

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

R = 56.1%
G = 35.89%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A16717 (or 0xA16717) is known color: Golden Brown. HEX triplet: A1, 67 and 17. RGB value is (161,103,23). Sum of RGB (Red+Green+Blue) = 161+103+23=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A16717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16717 is #5E98E8. Grayscale: #6F6F6F. Windows color (decimal): -6199529 or 1533857. OLE color: 1533857.

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

Color convert

RGB 161 103 23 -
CMYK 0 0.36 0.86 0.37
HSL 34.78º 0.75% 0.36% -
HSV(B) 34.78º 0.86% 0.63% -
XYZ 19.7 17.34 3.12 -
YUV 111.22 78.22 163.5 -
System Red Green Blue C M Y K H S L
Decimal 161 103 23 0 0.36 0.86 0.37 34.78 0.75 0.36
Hex A1 67 17 0 24 56 25 23 4B 24
Octal 241 147 27 0 44 126 45 43 113 44
Binary 10100001 1100111 10111 0 100100 1010110 100101 100011 1001011 100100

Color Harmonies of #A16717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16717

Black with #A16717

Text Example


Text Example

White with #A16717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16717; }

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

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

background-color css

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

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

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

border-color css

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

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

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