Html Css Color HEX #AD6017 Golden Brown

📋 copy color: '#AD6017'

red 173 ◦ green 96 ◦ blue 23

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

Shades of Golden Brown #AD6017

Tints of Golden Brown #AD6017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.88%

R = 59.25%
G = 32.88%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD6017 (or 0xAD6017) is known color: Golden Brown. HEX triplet: AD, 60 and 17. RGB value is (173,96,23). Sum of RGB (Red+Green+Blue) = 173+96+23=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6017 is #529FE8. Grayscale: #6F6F6F. Windows color (decimal): -5414889 or 1532077. OLE color: 1532077.

HSL color Cylindrical-coordinate representation of color #AD6017: hue angle of 29.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD6017 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 23 -
CMYK 0 0.45 0.87 0.32
HSL 29.2º 0.77% 0.38% -
HSV(B) 29.2º 0.87% 0.68% -
XYZ 21.57 17.31 3.02 -
YUV 110.7 78.51 172.44 -
System Red Green Blue C M Y K H S L
Decimal 173 96 23 0 0.45 0.87 0.32 29.2 0.77 0.38
Hex AD 60 17 0 2D 57 20 1D 4D 26
Octal 255 140 27 0 55 127 40 35 115 46
Binary 10101101 1100000 10111 0 101101 1010111 100000 11101 1001101 100110

Color Harmonies of #AD6017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6017

Black with #AD6017

Text Example


Text Example

White with #AD6017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6017; }

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

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

background-color css

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

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

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

border-color css

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

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

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