Html Css Color HEX #AD6019 Golden Brown

📋 copy color: '#AD6019'

red 173 ◦ green 96 ◦ blue 25

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

Shades of Golden Brown #AD6019

Tints of Golden Brown #AD6019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

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

R = 58.84%
G = 32.65%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD6019 (or 0xAD6019) is known color: Golden Brown. HEX triplet: AD, 60 and 19. RGB value is (173,96,25). Sum of RGB (Red+Green+Blue) = 173+96+25=294 (38% of max value = 765). Red value is 173 (67.97% from 255 or 58.84% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6019 is #529FE6. Grayscale: #6F6F6F. Windows color (decimal): -5414887 or 1663149. OLE color: 1663149.

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

Color convert

RGB 173 96 25 -
CMYK 0 0.45 0.86 0.32
HSL 28.78º 0.75% 0.39% -
HSV(B) 28.78º 0.86% 0.68% -
XYZ 21.59 17.32 3.12 -
YUV 110.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 173 96 25 0 0.45 0.86 0.32 28.78 0.75 0.39
Hex AD 60 19 0 2D 56 20 1D 4B 27
Octal 255 140 31 0 55 126 40 35 113 47
Binary 10101101 1100000 11001 0 101101 1010110 100000 11101 1001011 100111

Color Harmonies of #AD6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6019

Black with #AD6019

Text Example


Text Example

White with #AD6019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6019; }

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

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

background-color css

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

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

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

border-color css

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

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

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