Html Css Color HEX #AD633F Tuscany

📋 copy color: '#AD633F'

red 173 ◦ green 99 ◦ blue 63

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

Shades of Tuscany #AD633F

Tints of Tuscany #AD633F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.55%

 BLUE value IS 63 (25% from 255) = 18.81%

R = 51.64%
G = 29.55%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD633F (or 0xAD633F) is known color: Tuscany. HEX triplet: AD, 63 and 3F. RGB value is (173,99,63). Sum of RGB (Red+Green+Blue) = 173+99+63=335 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.64% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 173 - color contains mainly: red. Hex color #AD633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD633F is #529CC0. Grayscale: #757575. Windows color (decimal): -5414081 or 4154285. OLE color: 4154285.

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

Color convert

RGB 173 99 63 -
CMYK 0 0.43 0.64 0.32
HSL 19.64º 0.47% 0.46% -
HSV(B) 19.64º 0.64% 0.68% -
XYZ 22.59 18.17 7.02 -
YUV 117.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 173 99 63 0 0.43 0.64 0.32 19.64 0.47 0.46
Hex AD 63 3F 0 2B 40 20 14 2F 2E
Octal 255 143 77 0 53 100 40 24 57 56
Binary 10101101 1100011 111111 0 101011 1000000 100000 10100 101111 101110

Color Harmonies of #AD633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD633F

Black with #AD633F

Text Example


Text Example

White with #AD633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD633F; }

 p { color: rgb(173,99,63); }

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

background-color css

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

 a { background-color: rgb(173,99,63); }

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

border-color css

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

 span { border-color: rgb(173,99,63); }

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