Html Css Color HEX #AD6274 Turkish Rose

📋 copy color: '#AD6274'

red 173 ◦ green 98 ◦ blue 116

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

Shades of Turkish Rose #AD6274

Tints of Turkish Rose #AD6274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 44.7%
G = 25.32%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD6274 (or 0xAD6274) is known color: Turkish Rose. HEX triplet: AD, 62 and 74. RGB value is (173,98,116). Sum of RGB (Red+Green+Blue) = 173+98+116=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6274 is #529D8B. Grayscale: #7A7A7A. Windows color (decimal): -5414284 or 7627437. OLE color: 7627437.

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

Color convert

RGB 173 98 116 -
CMYK 0 0.43 0.33 0.32
HSL 345.6º 0.31% 0.53% -
HSV(B) 345.6º 0.43% 0.68% -
XYZ 24.75 18.88 18.86 -
YUV 122.48 124.35 164.04 -
System Red Green Blue C M Y K H S L
Decimal 173 98 116 0 0.43 0.33 0.32 345.6 0.31 0.53
Hex AD 62 74 0 2B 21 20 15A 1F 35
Octal 255 142 164 0 53 41 40 532 37 65
Binary 10101101 1100010 1110100 0 101011 100001 100000 101011010 11111 110101

Color Harmonies of #AD6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6274

Black with #AD6274

Text Example


Text Example

White with #AD6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6274; }

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

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

background-color css

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

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

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

border-color css

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

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

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