Html Css Color HEX #AD7A7D Turkish Rose

📋 copy color: '#AD7A7D'

red 173 ◦ green 122 ◦ blue 125

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

Shades of Turkish Rose #AD7A7D

Tints of Turkish Rose #AD7A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.05%

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 41.19%
G = 29.05%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD7A7D (or 0xAD7A7D) is known color: Turkish Rose. HEX triplet: AD, 7A and 7D. RGB value is (173,122,125). Sum of RGB (Red+Green+Blue) = 173+122+125=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7A7D is #528582. Grayscale: #898989. Windows color (decimal): -5408131 or 8223405. OLE color: 8223405.

HSL color Cylindrical-coordinate representation of color #AD7A7D: hue angle of 356.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7A7D is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 122 125 -
CMYK 0 0.29 0.28 0.32
HSL 356.47º 0.24% 0.58% -
HSV(B) 356.47º 0.29% 0.68% -
XYZ 27.89 24.28 22.62 -
YUV 137.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 173 122 125 0 0.29 0.28 0.32 356.47 0.24 0.58
Hex AD 7A 7D 0 1D 1C 20 164 18 3A
Octal 255 172 175 0 35 34 40 544 30 72
Binary 10101101 1111010 1111101 0 11101 11100 100000 101100100 11000 111010

Color Harmonies of #AD7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7A7D

Black with #AD7A7D

Text Example


Text Example

White with #AD7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7A7D; }

 p { color: rgb(173,122,125); }

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

background-color css

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

 a { background-color: rgb(173,122,125); }

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

border-color css

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

 span { border-color: rgb(173,122,125); }

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