Html Css Color HEX #AD700C Golden Brown

📋 copy color: '#AD700C'

red 173 ◦ green 112 ◦ blue 12

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

Shades of Golden Brown #AD700C

Tints of Golden Brown #AD700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.04%

R = 58.25%
G = 37.71%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD700C (or 0xAD700C) is known color: Golden Brown. HEX triplet: AD, 70 and 0C. RGB value is (173,112,12). Sum of RGB (Red+Green+Blue) = 173+112+12=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD700C is #528FF3. Grayscale: #777777. Windows color (decimal): -5410804 or 815277. OLE color: 815277.

HSL color Cylindrical-coordinate representation of color #AD700C: hue angle of 37.27º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD700C is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 112 12 -
CMYK 0 0.35 0.93 0.32
HSL 37.27º 0.87% 0.36% -
HSV(B) 37.27º 0.93% 0.68% -
XYZ 23.09 20.5 3.09 -
YUV 118.84 67.71 166.63 -
System Red Green Blue C M Y K H S L
Decimal 173 112 12 0 0.35 0.93 0.32 37.27 0.87 0.36
Hex AD 70 C 0 23 5D 20 25 57 24
Octal 255 160 14 0 43 135 40 45 127 44
Binary 10101101 1110000 1100 0 100011 1011101 100000 100101 1010111 100100

Color Harmonies of #AD700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD700C

Black with #AD700C

Text Example


Text Example

White with #AD700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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