Html Css Color HEX #AD6F15 Golden Brown

📋 copy color: '#AD6F15'

red 173 ◦ green 111 ◦ blue 21

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

Shades of Golden Brown #AD6F15

Tints of Golden Brown #AD6F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.39%

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

R = 56.72%
G = 36.39%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD6F15 (or 0xAD6F15) is known color: Golden Brown. HEX triplet: AD, 6F and 15. RGB value is (173,111,21). Sum of RGB (Red+Green+Blue) = 173+111+21=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6F15 is #5290EA. Grayscale: #777777. Windows color (decimal): -5411051 or 1404845. OLE color: 1404845.

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

Color convert

RGB 173 111 21 -
CMYK 0 0.36 0.88 0.32
HSL 35.53º 0.78% 0.38% -
HSV(B) 35.53º 0.88% 0.68% -
XYZ 23.05 20.31 3.41 -
YUV 119.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 173 111 21 0 0.36 0.88 0.32 35.53 0.78 0.38
Hex AD 6F 15 0 24 58 20 24 4E 26
Octal 255 157 25 0 44 130 40 44 116 46
Binary 10101101 1101111 10101 0 100100 1011000 100000 100100 1001110 100110

Color Harmonies of #AD6F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6F15

Black with #AD6F15

Text Example


Text Example

White with #AD6F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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