Html Css Color HEX #AD6919 Golden Brown

📋 copy color: '#AD6919'

red 173 ◦ green 105 ◦ blue 25

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

Shades of Golden Brown #AD6919

Tints of Golden Brown #AD6919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.65%

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

R = 57.1%
G = 34.65%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD6919 (or 0xAD6919) is known color: Golden Brown. HEX triplet: AD, 69 and 19. RGB value is (173,105,25). Sum of RGB (Red+Green+Blue) = 173+105+25=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6919 is #5296E6. Grayscale: #747474. Windows color (decimal): -5412583 or 1665453. OLE color: 1665453.

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

Color convert

RGB 173 105 25 -
CMYK 0 0.39 0.86 0.32
HSL 32.43º 0.75% 0.39% -
HSV(B) 32.43º 0.86% 0.68% -
XYZ 22.46 19.06 3.41 -
YUV 116.21 76.53 168.5 -
System Red Green Blue C M Y K H S L
Decimal 173 105 25 0 0.39 0.86 0.32 32.43 0.75 0.39
Hex AD 69 19 0 27 56 20 20 4B 27
Octal 255 151 31 0 47 126 40 40 113 47
Binary 10101101 1101001 11001 0 100111 1010110 100000 100000 1001011 100111

Color Harmonies of #AD6919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6919

Black with #AD6919

Text Example


Text Example

White with #AD6919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6919; }

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

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

background-color css

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

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

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

border-color css

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

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

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