Html Css Color HEX #AD7E82 Turkish Rose

📋 copy color: '#AD7E82'

red 173 ◦ green 126 ◦ blue 130

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

Shades of Turkish Rose #AD7E82

Tints of Turkish Rose #AD7E82

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 40.33%
G = 29.37%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD7E82 (or 0xAD7E82) is known color: Turkish Rose. HEX triplet: AD, 7E and 82. RGB value is (173,126,130). Sum of RGB (Red+Green+Blue) = 173+126+130=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7E82 is #52817D. Grayscale: #8C8C8C. Windows color (decimal): -5407102 or 8552109. OLE color: 8552109.

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

Color convert

RGB 173 126 130 -
CMYK 0 0.27 0.25 0.32
HSL 354.89º 0.22% 0.59% -
HSV(B) 354.89º 0.27% 0.68% -
XYZ 28.72 25.42 24.51 -
YUV 140.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 173 126 130 0 0.27 0.25 0.32 354.89 0.22 0.59
Hex AD 7E 82 0 1B 19 20 163 16 3B
Octal 255 176 202 0 33 31 40 543 26 73
Binary 10101101 1111110 10000010 0 11011 11001 100000 101100011 10110 111011

Color Harmonies of #AD7E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E82

Black with #AD7E82

Text Example


Text Example

White with #AD7E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E82; }

 p { color: rgb(173,126,130); }

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

background-color css

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

 a { background-color: rgb(173,126,130); }

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

border-color css

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

 span { border-color: rgb(173,126,130); }

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