Html Css Color HEX #AD6419 Golden Brown

📋 copy color: '#AD6419'

red 173 ◦ green 100 ◦ blue 25

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

Shades of Golden Brown #AD6419

Tints of Golden Brown #AD6419

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.56%

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

R = 58.05%
G = 33.56%
B = 8.39%

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

#AD6419 (or 0xAD6419) is known color: Golden Brown. HEX triplet: AD, 64 and 19. RGB value is (173,100,25). Sum of RGB (Red+Green+Blue) = 173+100+25=298 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.05% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6419 is #529BE6. Grayscale: #717171. Windows color (decimal): -5413863 or 1664173. OLE color: 1664173.

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

Color convert

RGB 173 100 25 -
CMYK 0 0.42 0.86 0.32
HSL 30.41º 0.75% 0.39% -
HSV(B) 30.41º 0.86% 0.68% -
XYZ 21.97 18.07 3.25 -
YUV 113.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 173 100 25 0 0.42 0.86 0.32 30.41 0.75 0.39
Hex AD 64 19 0 2A 56 20 1E 4B 27
Octal 255 144 31 0 52 126 40 36 113 47
Binary 10101101 1100100 11001 0 101010 1010110 100000 11110 1001011 100111

Color Harmonies of #AD6419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6419

Black with #AD6419

Text Example


Text Example

White with #AD6419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6419; }

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

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

background-color css

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

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

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

border-color css

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

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

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