Html Css Color HEX #AB7C80 Turkish Rose

📋 copy color: '#AB7C80'

red 171 ◦ green 124 ◦ blue 128

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

Shades of Turkish Rose #AB7C80

Tints of Turkish Rose #AB7C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 40.43%
G = 29.31%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB7C80 (or 0xAB7C80) is known color: Turkish Rose. HEX triplet: AB, 7C and 80. RGB value is (171,124,128). Sum of RGB (Red+Green+Blue) = 171+124+128=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7C80 is #54837F. Grayscale: #8A8A8A. Windows color (decimal): -5538688 or 8420523. OLE color: 8420523.

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

Color convert

RGB 171 124 128 -
CMYK 0 0.27 0.25 0.33
HSL 354.89º 0.22% 0.58% -
HSV(B) 354.89º 0.27% 0.67% -
XYZ 27.9 24.63 23.71 -
YUV 138.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 171 124 128 0 0.27 0.25 0.33 354.89 0.22 0.58
Hex AB 7C 80 0 1B 19 21 163 16 3A
Octal 253 174 200 0 33 31 41 543 26 72
Binary 10101011 1111100 10000000 0 11011 11001 100001 101100011 10110 111010

Color Harmonies of #AB7C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C80

Black with #AB7C80

Text Example


Text Example

White with #AB7C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C80; }

 p { color: rgb(171,124,128); }

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

background-color css

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

 a { background-color: rgb(171,124,128); }

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

border-color css

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

 span { border-color: rgb(171,124,128); }

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