Html Css Color HEX #AD6619 Golden Brown

📋 copy color: '#AD6619'

red 173 ◦ green 102 ◦ blue 25

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

Shades of Golden Brown #AD6619

Tints of Golden Brown #AD6619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

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

R = 57.67%
G = 34%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD6619 (or 0xAD6619) is known color: Golden Brown. HEX triplet: AD, 66 and 19. RGB value is (173,102,25). Sum of RGB (Red+Green+Blue) = 173+102+25=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6619 is #5299E6. Grayscale: #727272. Windows color (decimal): -5413351 or 1664685. OLE color: 1664685.

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

Color convert

RGB 173 102 25 -
CMYK 0 0.41 0.86 0.32
HSL 31.22º 0.75% 0.39% -
HSV(B) 31.22º 0.86% 0.68% -
XYZ 22.16 18.46 3.31 -
YUV 114.45 77.52 169.76 -
System Red Green Blue C M Y K H S L
Decimal 173 102 25 0 0.41 0.86 0.32 31.22 0.75 0.39
Hex AD 66 19 0 29 56 20 1F 4B 27
Octal 255 146 31 0 51 126 40 37 113 47
Binary 10101101 1100110 11001 0 101001 1010110 100000 11111 1001011 100111

Color Harmonies of #AD6619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6619

Black with #AD6619

Text Example


Text Example

White with #AD6619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6619; }

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

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

background-color css

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

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

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

border-color css

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

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

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