Html Css Color HEX #AD633E Tuscany

📋 copy color: '#AD633E'

red 173 ◦ green 99 ◦ blue 62

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

Shades of Tuscany #AD633E

Tints of Tuscany #AD633E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.56%

R = 51.8%
G = 29.64%
B = 18.56%

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

#AD633E (or 0xAD633E) is known color: Tuscany. HEX triplet: AD, 63 and 3E. RGB value is (173,99,62). Sum of RGB (Red+Green+Blue) = 173+99+62=334 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.80% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 173 - color contains mainly: red. Hex color #AD633E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD633E is #529CC1. Grayscale: #757575. Windows color (decimal): -5414082 or 4088749. OLE color: 4088749.

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

Color convert

RGB 173 99 62 -
CMYK 0 0.43 0.64 0.32
HSL 20º 0.47% 0.46% -
HSV(B) 20º 0.64% 0.68% -
XYZ 22.56 18.16 6.87 -
YUV 116.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 173 99 62 0 0.43 0.64 0.32 20 0.47 0.46
Hex AD 63 3E 0 2B 40 20 14 2F 2E
Octal 255 143 76 0 53 100 40 24 57 56
Binary 10101101 1100011 111110 0 101011 1000000 100000 10100 101111 101110

Color Harmonies of #AD633E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD633E

Black with #AD633E

Text Example


Text Example

White with #AD633E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD633E; }

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

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

background-color css

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

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

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

border-color css

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

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

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