Html Css Color HEX #AD7016 Golden Brown

📋 copy color: '#AD7016'

red 173 ◦ green 112 ◦ blue 22

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

Shades of Golden Brown #AD7016

Tints of Golden Brown #AD7016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 56.35%
G = 36.48%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD7016 (or 0xAD7016) is known color: Golden Brown. HEX triplet: AD, 70 and 16. RGB value is (173,112,22). Sum of RGB (Red+Green+Blue) = 173+112+22=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7016 is #528FE9. Grayscale: #787878. Windows color (decimal): -5410794 or 1470637. OLE color: 1470637.

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

Color convert

RGB 173 112 22 -
CMYK 0 0.35 0.87 0.32
HSL 35.76º 0.77% 0.38% -
HSV(B) 35.76º 0.87% 0.68% -
XYZ 23.17 20.53 3.5 -
YUV 119.98 72.71 165.82 -
System Red Green Blue C M Y K H S L
Decimal 173 112 22 0 0.35 0.87 0.32 35.76 0.77 0.38
Hex AD 70 16 0 23 57 20 24 4D 26
Octal 255 160 26 0 43 127 40 44 115 46
Binary 10101101 1110000 10110 0 100011 1010111 100000 100100 1001101 100110

Color Harmonies of #AD7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7016

Black with #AD7016

Text Example


Text Example

White with #AD7016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7016; }

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

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

background-color css

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

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

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

border-color css

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

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

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