Html Css Color HEX #AD6B19 Golden Brown

📋 copy color: '#AD6B19'

red 173 ◦ green 107 ◦ blue 25

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

Shades of Golden Brown #AD6B19

Tints of Golden Brown #AD6B19

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.08%

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

R = 56.72%
G = 35.08%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD6B19 (or 0xAD6B19) is known color: Golden Brown. HEX triplet: AD, 6B and 19. RGB value is (173,107,25). Sum of RGB (Red+Green+Blue) = 173+107+25=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6B19 is #5294E6. Grayscale: #757575. Windows color (decimal): -5412071 or 1665965. OLE color: 1665965.

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

Color convert

RGB 173 107 25 -
CMYK 0 0.38 0.86 0.32
HSL 33.24º 0.75% 0.39% -
HSV(B) 33.24º 0.86% 0.68% -
XYZ 22.67 19.47 3.48 -
YUV 117.39 75.87 167.67 -
System Red Green Blue C M Y K H S L
Decimal 173 107 25 0 0.38 0.86 0.32 33.24 0.75 0.39
Hex AD 6B 19 0 26 56 20 21 4B 27
Octal 255 153 31 0 46 126 40 41 113 47
Binary 10101101 1101011 11001 0 100110 1010110 100000 100001 1001011 100111

Color Harmonies of #AD6B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6B19

Black with #AD6B19

Text Example


Text Example

White with #AD6B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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