Html Css Color HEX #AD6238 Tuscany

📋 copy color: '#AD6238'

red 173 ◦ green 98 ◦ blue 56

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

Shades of Tuscany #AD6238

Tints of Tuscany #AD6238

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 52.91%
G = 29.97%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD6238 (or 0xAD6238) is known color: Tuscany. HEX triplet: AD, 62 and 38. RGB value is (173,98,56). Sum of RGB (Red+Green+Blue) = 173+98+56=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6238 is #529DC7. Grayscale: #737373. Windows color (decimal): -5414344 or 3695277. OLE color: 3695277.

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

Color convert

RGB 173 98 56 -
CMYK 0 0.43 0.68 0.32
HSL 21.54º 0.51% 0.45% -
HSV(B) 21.54º 0.68% 0.68% -
XYZ 22.32 17.91 6.02 -
YUV 115.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 173 98 56 0 0.43 0.68 0.32 21.54 0.51 0.45
Hex AD 62 38 0 2B 44 20 16 33 2D
Octal 255 142 70 0 53 104 40 26 63 55
Binary 10101101 1100010 111000 0 101011 1000100 100000 10110 110011 101101

Color Harmonies of #AD6238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6238

Black with #AD6238

Text Example


Text Example

White with #AD6238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6238; }

 p { color: rgb(173,98,56); }

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

background-color css

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

 a { background-color: rgb(173,98,56); }

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

border-color css

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

 span { border-color: rgb(173,98,56); }

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