Html Css Color HEX #A16621 Golden Brown

📋 copy color: '#A16621'

red 161 ◦ green 102 ◦ blue 33

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

Shades of Golden Brown #A16621

Tints of Golden Brown #A16621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 54.39%
G = 34.46%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A16621 (or 0xA16621) is known color: Golden Brown. HEX triplet: A1, 66 and 21. RGB value is (161,102,33). Sum of RGB (Red+Green+Blue) = 161+102+33=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A16621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16621 is #5E99DE. Grayscale: #707070. Windows color (decimal): -6199775 or 2188961. OLE color: 2188961.

HSL color Cylindrical-coordinate representation of color #A16621: hue angle of 32.34º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A16621 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 102 33 -
CMYK 0 0.37 0.80 0.37
HSL 32.34º 0.66% 0.38% -
HSV(B) 32.34º 0.8% 0.63% -
XYZ 19.72 17.19 3.72 -
YUV 111.78 83.55 163.11 -
System Red Green Blue C M Y K H S L
Decimal 161 102 33 0 0.37 0.80 0.37 32.34 0.66 0.38
Hex A1 66 21 0 25 50 25 20 42 26
Octal 241 146 41 0 45 120 45 40 102 46
Binary 10100001 1100110 100001 0 100101 1010000 100101 100000 1000010 100110

Color Harmonies of #A16621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16621

Black with #A16621

Text Example


Text Example

White with #A16621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16621; }

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

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

background-color css

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

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

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

border-color css

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

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

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