Html Css Color HEX #AD6B16 Golden Brown

📋 copy color: '#AD6B16'

red 173 ◦ green 107 ◦ blue 22

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

Shades of Golden Brown #AD6B16

Tints of Golden Brown #AD6B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.43%

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

R = 57.28%
G = 35.43%
B = 7.28%

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

#AD6B16 (or 0xAD6B16) is known color: Golden Brown. HEX triplet: AD, 6B and 16. RGB value is (173,107,22). Sum of RGB (Red+Green+Blue) = 173+107+22=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B16 is #5294E9. Grayscale: #757575. Windows color (decimal): -5412074 or 1469357. OLE color: 1469357.

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

Color convert

RGB 173 107 22 -
CMYK 0 0.38 0.87 0.32
HSL 33.77º 0.77% 0.38% -
HSV(B) 33.77º 0.87% 0.68% -
XYZ 22.64 19.46 3.32 -
YUV 117.04 74.37 167.91 -
System Red Green Blue C M Y K H S L
Decimal 173 107 22 0 0.38 0.87 0.32 33.77 0.77 0.38
Hex AD 6B 16 0 26 57 20 22 4D 26
Octal 255 153 26 0 46 127 40 42 115 46
Binary 10101101 1101011 10110 0 100110 1010111 100000 100010 1001101 100110

Color Harmonies of #AD6B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B16

Black with #AD6B16

Text Example


Text Example

White with #AD6B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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