Html Css Color HEX #AD8184 Turkish Rose

📋 copy color: '#AD8184'

red 173 ◦ green 129 ◦ blue 132

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

Shades of Turkish Rose #AD8184

Tints of Turkish Rose #AD8184

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.72%

 BLUE value IS 132 (51.95% from 255) = 30.41%

R = 39.86%
G = 29.72%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD8184 (or 0xAD8184) is known color: Turkish Rose. HEX triplet: AD, 81 and 84. RGB value is (173,129,132). Sum of RGB (Red+Green+Blue) = 173+129+132=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8184 is #527E7B. Grayscale: #8E8E8E. Windows color (decimal): -5406332 or 8683949. OLE color: 8683949.

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

Color convert

RGB 173 129 132 -
CMYK 0 0.25 0.24 0.32
HSL 355.91º 0.21% 0.59% -
HSV(B) 355.91º 0.25% 0.68% -
XYZ 29.25 26.25 25.36 -
YUV 142.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 173 129 132 0 0.25 0.24 0.32 355.91 0.21 0.59
Hex AD 81 84 0 19 18 20 164 15 3B
Octal 255 201 204 0 31 30 40 544 25 73
Binary 10101101 10000001 10000100 0 11001 11000 100000 101100100 10101 111011

Color Harmonies of #AD8184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8184

Black with #AD8184

Text Example


Text Example

White with #AD8184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8184; }

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

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

background-color css

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

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

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

border-color css

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

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

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