Html Css Color HEX #AD7D81 Turkish Rose

📋 copy color: '#AD7D81'

red 173 ◦ green 125 ◦ blue 129

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

Shades of Turkish Rose #AD7D81

Tints of Turkish Rose #AD7D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.27%

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 40.52%
G = 29.27%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD7D81 (or 0xAD7D81) is known color: Turkish Rose. HEX triplet: AD, 7D and 81. RGB value is (173,125,129). Sum of RGB (Red+Green+Blue) = 173+125+129=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7D81 is #52827E. Grayscale: #8B8B8B. Windows color (decimal): -5407359 or 8486317. OLE color: 8486317.

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

Color convert

RGB 173 125 129 -
CMYK 0 0.28 0.25 0.32
HSL 355º 0.23% 0.58% -
HSV(B) 355º 0.28% 0.68% -
XYZ 28.53 25.14 24.12 -
YUV 139.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 173 125 129 0 0.28 0.25 0.32 355 0.23 0.58
Hex AD 7D 81 0 1C 19 20 163 17 3A
Octal 255 175 201 0 34 31 40 543 27 72
Binary 10101101 1111101 10000001 0 11100 11001 100000 101100011 10111 111010

Color Harmonies of #AD7D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D81

Black with #AD7D81

Text Example


Text Example

White with #AD7D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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