Html Css Color HEX #AD7115 Golden Brown

📋 copy color: '#AD7115'

red 173 ◦ green 113 ◦ blue 21

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

Shades of Golden Brown #AD7115

Tints of Golden Brown #AD7115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.84%

R = 56.35%
G = 36.81%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD7115 (or 0xAD7115) is known color: Golden Brown. HEX triplet: AD, 71 and 15. RGB value is (173,113,21). Sum of RGB (Red+Green+Blue) = 173+113+21=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD7115 is #528EEA. Grayscale: #787878. Windows color (decimal): -5410539 or 1405357. OLE color: 1405357.

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

Color convert

RGB 173 113 21 -
CMYK 0 0.35 0.88 0.32
HSL 36.32º 0.78% 0.38% -
HSV(B) 36.32º 0.88% 0.68% -
XYZ 23.27 20.75 3.49 -
YUV 120.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 173 113 21 0 0.35 0.88 0.32 36.32 0.78 0.38
Hex AD 71 15 0 23 58 20 24 4E 26
Octal 255 161 25 0 43 130 40 44 116 46
Binary 10101101 1110001 10101 0 100011 1011000 100000 100100 1001110 100110

Color Harmonies of #AD7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7115

Black with #AD7115

Text Example


Text Example

White with #AD7115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7115; }

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

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

background-color css

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

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

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

border-color css

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

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

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