Html Css Color HEX #AD6915 Golden Brown

📋 copy color: '#AD6915'

red 173 ◦ green 105 ◦ blue 21

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

Shades of Golden Brown #AD6915

Tints of Golden Brown #AD6915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.12%

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

R = 57.86%
G = 35.12%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD6915 (or 0xAD6915) is known color: Golden Brown. HEX triplet: AD, 69 and 15. RGB value is (173,105,21). Sum of RGB (Red+Green+Blue) = 173+105+21=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6915 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6915 is #5296EA. Grayscale: #747474. Windows color (decimal): -5412587 or 1403309. OLE color: 1403309.

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

Color convert

RGB 173 105 21 -
CMYK 0 0.39 0.88 0.32
HSL 33.16º 0.78% 0.38% -
HSV(B) 33.16º 0.88% 0.68% -
XYZ 22.42 19.04 3.2 -
YUV 115.76 74.53 168.83 -
System Red Green Blue C M Y K H S L
Decimal 173 105 21 0 0.39 0.88 0.32 33.16 0.78 0.38
Hex AD 69 15 0 27 58 20 21 4E 26
Octal 255 151 25 0 47 130 40 41 116 46
Binary 10101101 1101001 10101 0 100111 1011000 100000 100001 1001110 100110

Color Harmonies of #AD6915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6915

Black with #AD6915

Text Example


Text Example

White with #AD6915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6915; }

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

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

background-color css

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

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

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

border-color css

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

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

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