Html Css Color HEX #AB8184 Turkish Rose

📋 copy color: '#AB8184'

red 171 ◦ green 129 ◦ blue 132

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

Shades of Turkish Rose #AB8184

Tints of Turkish Rose #AB8184

RGB

 RED value IS 171 (67.19% from 255) = 39.58%

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

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

R = 39.58%
G = 29.86%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB8184 (or 0xAB8184) is known color: Turkish Rose. HEX triplet: AB, 81 and 84. RGB value is (171,129,132). Sum of RGB (Red+Green+Blue) = 171+129+132=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8184 is #547E7B. Grayscale: #8D8D8D. Windows color (decimal): -5537404 or 8683947. OLE color: 8683947.

HSL color Cylindrical-coordinate representation of color #AB8184: hue angle of 355.71º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB8184 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 132 -
CMYK 0 0.25 0.23 0.33
HSL 355.71º 0.2% 0.59% -
HSV(B) 355.71º 0.25% 0.67% -
XYZ 28.81 26.02 25.33 -
YUV 141.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 171 129 132 0 0.25 0.23 0.33 355.71 0.2 0.59
Hex AB 81 84 0 19 17 21 164 14 3B
Octal 253 201 204 0 31 27 41 544 24 73
Binary 10101011 10000001 10000100 0 11001 10111 100001 101100100 10100 111011

Color Harmonies of #AB8184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8184

Black with #AB8184

Text Example


Text Example

White with #AB8184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8184; }

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

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

background-color css

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

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

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

border-color css

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

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

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