Html Css Color HEX #AD6C16 Golden Brown

📋 copy color: '#AD6C16'

red 173 ◦ green 108 ◦ blue 22

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

Shades of Golden Brown #AD6C16

Tints of Golden Brown #AD6C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

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

R = 57.1%
G = 35.64%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD6C16 (or 0xAD6C16) is known color: Golden Brown. HEX triplet: AD, 6C and 16. RGB value is (173,108,22). Sum of RGB (Red+Green+Blue) = 173+108+22=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6C16 is #5293E9. Grayscale: #767676. Windows color (decimal): -5411818 or 1469613. OLE color: 1469613.

HSL color Cylindrical-coordinate representation of color #AD6C16: hue angle of 34.17º 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 #AD6C16 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 108 22 -
CMYK 0 0.38 0.87 0.32
HSL 34.17º 0.77% 0.38% -
HSV(B) 34.17º 0.87% 0.68% -
XYZ 22.74 19.67 3.36 -
YUV 117.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 173 108 22 0 0.38 0.87 0.32 34.17 0.77 0.38
Hex AD 6C 16 0 26 57 20 22 4D 26
Octal 255 154 26 0 46 127 40 42 115 46
Binary 10101101 1101100 10110 0 100110 1010111 100000 100010 1001101 100110

Color Harmonies of #AD6C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C16

Black with #AD6C16

Text Example


Text Example

White with #AD6C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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