Html Css Color HEX #AD6319 Golden Brown

📋 copy color: '#AD6319'

red 173 ◦ green 99 ◦ blue 25

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

Shades of Golden Brown #AD6319

Tints of Golden Brown #AD6319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

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

R = 58.25%
G = 33.33%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD6319 (or 0xAD6319) is known color: Golden Brown. HEX triplet: AD, 63 and 19. RGB value is (173,99,25). Sum of RGB (Red+Green+Blue) = 173+99+25=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6319 is #529CE6. Grayscale: #717171. Windows color (decimal): -5414119 or 1663917. OLE color: 1663917.

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

Color convert

RGB 173 99 25 -
CMYK 0 0.43 0.86 0.32
HSL 30º 0.75% 0.39% -
HSV(B) 30º 0.86% 0.68% -
XYZ 21.87 17.88 3.22 -
YUV 112.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 173 99 25 0 0.43 0.86 0.32 30 0.75 0.39
Hex AD 63 19 0 2B 56 20 1E 4B 27
Octal 255 143 31 0 53 126 40 36 113 47
Binary 10101101 1100011 11001 0 101011 1010110 100000 11110 1001011 100111

Color Harmonies of #AD6319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6319

Black with #AD6319

Text Example


Text Example

White with #AD6319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6319; }

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

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

background-color css

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

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

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

border-color css

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

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

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