Html Css Color HEX #AD7011 Golden Brown

📋 copy color: '#AD7011'

red 173 ◦ green 112 ◦ blue 17

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

Shades of Golden Brown #AD7011

Tints of Golden Brown #AD7011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.63%

R = 57.28%
G = 37.09%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD7011 (or 0xAD7011) is known color: Golden Brown. HEX triplet: AD, 70 and 11. RGB value is (173,112,17). Sum of RGB (Red+Green+Blue) = 173+112+17=302 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.28% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7011 is #528FEE. Grayscale: #777777. Windows color (decimal): -5410799 or 1142957. OLE color: 1142957.

HSL color Cylindrical-coordinate representation of color #AD7011: hue angle of 36.54º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD7011 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 112 17 -
CMYK 0 0.35 0.90 0.32
HSL 36.54º 0.82% 0.37% -
HSV(B) 36.54º 0.9% 0.68% -
XYZ 23.13 20.51 3.27 -
YUV 119.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 173 112 17 0 0.35 0.90 0.32 36.54 0.82 0.37
Hex AD 70 11 0 23 5A 20 25 52 25
Octal 255 160 21 0 43 132 40 45 122 45
Binary 10101101 1110000 10001 0 100011 1011010 100000 100101 1010010 100101

Color Harmonies of #AD7011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7011

Black with #AD7011

Text Example


Text Example

White with #AD7011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7011; }

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

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

background-color css

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

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

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

border-color css

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

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

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