Html Css Color HEX #AD6517 Golden Brown

📋 copy color: '#AD6517'

red 173 ◦ green 101 ◦ blue 23

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

Shades of Golden Brown #AD6517

Tints of Golden Brown #AD6517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 58.25%
G = 34.01%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD6517 (or 0xAD6517) is known color: Golden Brown. HEX triplet: AD, 65 and 17. RGB value is (173,101,23). Sum of RGB (Red+Green+Blue) = 173+101+23=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD6517 is #529AE8. Grayscale: #727272. Windows color (decimal): -5413609 or 1533357. OLE color: 1533357.

HSL color Cylindrical-coordinate representation of color #AD6517: hue angle of 31.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 #AD6517 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 101 23 -
CMYK 0 0.42 0.87 0.32
HSL 31.2º 0.77% 0.38% -
HSV(B) 31.2º 0.87% 0.68% -
XYZ 22.04 18.25 3.17 -
YUV 113.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 173 101 23 0 0.42 0.87 0.32 31.2 0.77 0.38
Hex AD 65 17 0 2A 57 20 1F 4D 26
Octal 255 145 27 0 52 127 40 37 115 46
Binary 10101101 1100101 10111 0 101010 1010111 100000 11111 1001101 100110

Color Harmonies of #AD6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6517

Black with #AD6517

Text Example


Text Example

White with #AD6517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6517; }

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

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

background-color css

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

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

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

border-color css

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

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

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