Html Css Color HEX #AD6519 Golden Brown

📋 copy color: '#AD6519'

red 173 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #AD6519

Tints of Golden Brown #AD6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.78%

 BLUE value IS 25 (10.16% from 255) = 8.36%

R = 57.86%
G = 33.78%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD6519 (or 0xAD6519) is known color: Golden Brown. HEX triplet: AD, 65 and 19. RGB value is (173,101,25). Sum of RGB (Red+Green+Blue) = 173+101+25=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6519 is #529AE6. Grayscale: #727272. Windows color (decimal): -5413607 or 1664429. OLE color: 1664429.

HSL color Cylindrical-coordinate representation of color #AD6519: hue angle of 30.81º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD6519 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 101 25 -
CMYK 0 0.42 0.86 0.32
HSL 30.81º 0.75% 0.39% -
HSV(B) 30.81º 0.86% 0.68% -
XYZ 22.06 18.26 3.28 -
YUV 113.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 173 101 25 0 0.42 0.86 0.32 30.81 0.75 0.39
Hex AD 65 19 0 2A 56 20 1F 4B 27
Octal 255 145 31 0 52 126 40 37 113 47
Binary 10101101 1100101 11001 0 101010 1010110 100000 11111 1001011 100111

Color Harmonies of #AD6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6519

Black with #AD6519

Text Example


Text Example

White with #AD6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6519; }

 p { color: rgb(173,101,25); }

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

background-color css

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

 a { background-color: rgb(173,101,25); }

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

border-color css

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

 span { border-color: rgb(173,101,25); }

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