Html Css Color HEX #A16721 Golden Brown

📋 copy color: '#A16721'

red 161 ◦ green 103 ◦ blue 33

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

Shades of Golden Brown #A16721

Tints of Golden Brown #A16721

RGB

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

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

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

R = 54.21%
G = 34.68%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A16721 (or 0xA16721) is known color: Golden Brown. HEX triplet: A1, 67 and 21. RGB value is (161,103,33). Sum of RGB (Red+Green+Blue) = 161+103+33=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A16721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16721 is #5E98DE. Grayscale: #707070. Windows color (decimal): -6199519 or 2189217. OLE color: 2189217.

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

Color convert

RGB 161 103 33 -
CMYK 0 0.36 0.80 0.37
HSL 32.81º 0.66% 0.38% -
HSV(B) 32.81º 0.8% 0.63% -
XYZ 19.82 17.39 3.75 -
YUV 112.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 161 103 33 0 0.36 0.80 0.37 32.81 0.66 0.38
Hex A1 67 21 0 24 50 25 21 42 26
Octal 241 147 41 0 44 120 45 41 102 46
Binary 10100001 1100111 100001 0 100100 1010000 100101 100001 1000010 100110

Color Harmonies of #A16721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16721

Black with #A16721

Text Example


Text Example

White with #A16721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16721; }

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

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

background-color css

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

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

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

border-color css

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

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

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