Html Css Color HEX #AD6616 Golden Brown

📋 copy color: '#AD6616'

red 173 ◦ green 102 ◦ blue 22

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

Shades of Golden Brown #AD6616

Tints of Golden Brown #AD6616

RGB

 RED value IS 173 (67.97% from 255) = 58.25%

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

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

R = 58.25%
G = 34.34%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD6616 (or 0xAD6616) is known color: Golden Brown. HEX triplet: AD, 66 and 16. RGB value is (173,102,22). Sum of RGB (Red+Green+Blue) = 173+102+22=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6616 is #5299E9. Grayscale: #727272. Windows color (decimal): -5413354 or 1468077. OLE color: 1468077.

HSL color Cylindrical-coordinate representation of color #AD6616: hue angle of 31.79º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD6616 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 102 22 -
CMYK 0 0.41 0.87 0.32
HSL 31.79º 0.77% 0.38% -
HSV(B) 31.79º 0.87% 0.68% -
XYZ 22.13 18.44 3.15 -
YUV 114.11 76.02 170 -
System Red Green Blue C M Y K H S L
Decimal 173 102 22 0 0.41 0.87 0.32 31.79 0.77 0.38
Hex AD 66 16 0 29 57 20 20 4D 26
Octal 255 146 26 0 51 127 40 40 115 46
Binary 10101101 1100110 10110 0 101001 1010111 100000 100000 1001101 100110

Color Harmonies of #AD6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6616

Black with #AD6616

Text Example


Text Example

White with #AD6616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6616; }

 p { color: rgb(173,102,22); }

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

background-color css

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

 a { background-color: rgb(173,102,22); }

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

border-color css

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

 span { border-color: rgb(173,102,22); }

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