Html Css Color HEX #A16321 Golden Brown

📋 copy color: '#A16321'

red 161 ◦ green 99 ◦ blue 33

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

Shades of Golden Brown #A16321

Tints of Golden Brown #A16321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.79%

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

R = 54.95%
G = 33.79%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A16321 (or 0xA16321) is known color: Golden Brown. HEX triplet: A1, 63 and 21. RGB value is (161,99,33). Sum of RGB (Red+Green+Blue) = 161+99+33=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A16321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16321 is #5E9CDE. Grayscale: #6E6E6E. Windows color (decimal): -6200543 or 2188193. OLE color: 2188193.

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

Color convert

RGB 161 99 33 -
CMYK 0 0.39 0.80 0.37
HSL 30.94º 0.66% 0.38% -
HSV(B) 30.94º 0.8% 0.63% -
XYZ 19.43 16.61 3.62 -
YUV 110.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 161 99 33 0 0.39 0.80 0.37 30.94 0.66 0.38
Hex A1 63 21 0 27 50 25 1F 42 26
Octal 241 143 41 0 47 120 45 37 102 46
Binary 10100001 1100011 100001 0 100111 1010000 100101 11111 1000010 100110

Color Harmonies of #A16321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16321

Black with #A16321

Text Example


Text Example

White with #A16321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16321; }

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

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

background-color css

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

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

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

border-color css

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

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

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