Html Css Color HEX #AD700F Golden Brown

📋 copy color: '#AD700F'

red 173 ◦ green 112 ◦ blue 15

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

Shades of Golden Brown #AD700F

Tints of Golden Brown #AD700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5%

R = 57.67%
G = 37.33%
B = 5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD700F (or 0xAD700F) is known color: Golden Brown. HEX triplet: AD, 70 and 0F. RGB value is (173,112,15). Sum of RGB (Red+Green+Blue) = 173+112+15=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD700F is #528FF0. Grayscale: #777777. Windows color (decimal): -5410801 or 1011885. OLE color: 1011885.

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

Color convert

RGB 173 112 15 -
CMYK 0 0.35 0.91 0.32
HSL 36.84º 0.84% 0.37% -
HSV(B) 36.84º 0.91% 0.68% -
XYZ 23.11 20.51 3.19 -
YUV 119.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 173 112 15 0 0.35 0.91 0.32 36.84 0.84 0.37
Hex AD 70 F 0 23 5B 20 25 54 25
Octal 255 160 17 0 43 133 40 45 124 45
Binary 10101101 1110000 1111 0 100011 1011011 100000 100101 1010100 100101

Color Harmonies of #AD700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD700F

Black with #AD700F

Text Example


Text Example

White with #AD700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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