Html Css Color HEX #AD710F Golden Brown

📋 copy color: '#AD710F'

red 173 ◦ green 113 ◦ blue 15

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

Shades of Golden Brown #AD710F

Tints of Golden Brown #AD710F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.54%

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

R = 57.48%
G = 37.54%
B = 4.98%

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

#AD710F (or 0xAD710F) is known color: Golden Brown. HEX triplet: AD, 71 and 0F. RGB value is (173,113,15). Sum of RGB (Red+Green+Blue) = 173+113+15=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD710F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD710F is #528EF0. Grayscale: #787878. Windows color (decimal): -5410545 or 1012141. OLE color: 1012141.

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

Color convert

RGB 173 113 15 -
CMYK 0 0.35 0.91 0.32
HSL 37.22º 0.84% 0.37% -
HSV(B) 37.22º 0.91% 0.68% -
XYZ 23.22 20.73 3.23 -
YUV 119.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 173 113 15 0 0.35 0.91 0.32 37.22 0.84 0.37
Hex AD 71 F 0 23 5B 20 25 54 25
Octal 255 161 17 0 43 133 40 45 124 45
Binary 10101101 1110001 1111 0 100011 1011011 100000 100101 1010100 100101

Color Harmonies of #AD710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD710F

Black with #AD710F

Text Example


Text Example

White with #AD710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD710F; }

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

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

background-color css

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

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

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

border-color css

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

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

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