Html Css Color HEX #AD7012 Golden Brown

📋 copy color: '#AD7012'

red 173 ◦ green 112 ◦ blue 18

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

Shades of Golden Brown #AD7012

Tints of Golden Brown #AD7012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 57.1%
G = 36.96%
B = 5.94%

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

#AD7012 (or 0xAD7012) is known color: Golden Brown. HEX triplet: AD, 70 and 12. RGB value is (173,112,18). Sum of RGB (Red+Green+Blue) = 173+112+18=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7012 is #528FED. Grayscale: #777777. Windows color (decimal): -5410798 or 1208493. OLE color: 1208493.

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

Color convert

RGB 173 112 18 -
CMYK 0 0.35 0.90 0.32
HSL 36.39º 0.81% 0.37% -
HSV(B) 36.39º 0.9% 0.68% -
XYZ 23.14 20.52 3.31 -
YUV 119.52 70.71 166.14 -
System Red Green Blue C M Y K H S L
Decimal 173 112 18 0 0.35 0.90 0.32 36.39 0.81 0.37
Hex AD 70 12 0 23 5A 20 24 51 25
Octal 255 160 22 0 43 132 40 44 121 45
Binary 10101101 1110000 10010 0 100011 1011010 100000 100100 1010001 100101

Color Harmonies of #AD7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7012

Black with #AD7012

Text Example


Text Example

White with #AD7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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