Html Css Color HEX #AD623A Tuscany

📋 copy color: '#AD623A'

red 173 ◦ green 98 ◦ blue 58

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

Shades of Tuscany #AD623A

Tints of Tuscany #AD623A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.63%

R = 52.58%
G = 29.79%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD623A (or 0xAD623A) is known color: Tuscany. HEX triplet: AD, 62 and 3A. RGB value is (173,98,58). Sum of RGB (Red+Green+Blue) = 173+98+58=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD623A is #529DC5. Grayscale: #747474. Windows color (decimal): -5414342 or 3826349. OLE color: 3826349.

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

Color convert

RGB 173 98 58 -
CMYK 0 0.43 0.66 0.32
HSL 20.87º 0.5% 0.45% -
HSV(B) 20.87º 0.66% 0.68% -
XYZ 22.36 17.93 6.28 -
YUV 115.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 173 98 58 0 0.43 0.66 0.32 20.87 0.5 0.45
Hex AD 62 3A 0 2B 42 20 15 32 2D
Octal 255 142 72 0 53 102 40 25 62 55
Binary 10101101 1100010 111010 0 101011 1000010 100000 10101 110010 101101

Color Harmonies of #AD623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD623A

Black with #AD623A

Text Example


Text Example

White with #AD623A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD623A; }

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

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

background-color css

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

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

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

border-color css

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

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

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