Html Css Color HEX #A16716 Golden Brown

📋 copy color: '#A16716'

red 161 ◦ green 103 ◦ blue 22

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

Shades of Golden Brown #A16716

Tints of Golden Brown #A16716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.69%

R = 56.29%
G = 36.01%
B = 7.69%

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

#A16716 (or 0xA16716) is known color: Golden Brown. HEX triplet: A1, 67 and 16. RGB value is (161,103,22). Sum of RGB (Red+Green+Blue) = 161+103+22=286 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.29% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 161 - color contains mainly: red. Hex color #A16716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A16716 is #5E98E9. Grayscale: #6F6F6F. Windows color (decimal): -6199530 or 1468321. OLE color: 1468321.

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

Color convert

RGB 161 103 22 -
CMYK 0 0.36 0.86 0.37
HSL 34.96º 0.76% 0.36% -
HSV(B) 34.96º 0.86% 0.63% -
XYZ 19.69 17.34 3.07 -
YUV 111.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 161 103 22 0 0.36 0.86 0.37 34.96 0.76 0.36
Hex A1 67 16 0 24 56 25 23 4C 24
Octal 241 147 26 0 44 126 45 43 114 44
Binary 10100001 1100111 10110 0 100100 1010110 100101 100011 1001100 100100

Color Harmonies of #A16716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16716

Black with #A16716

Text Example


Text Example

White with #A16716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16716; }

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

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

background-color css

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

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

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

border-color css

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

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

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