Html Css Color HEX #AB7C7D Turkish Rose

📋 copy color: '#AB7C7D'

red 171 ◦ green 124 ◦ blue 125

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

Shades of Turkish Rose #AB7C7D

Tints of Turkish Rose #AB7C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 40.71%
G = 29.52%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB7C7D (or 0xAB7C7D) is known color: Turkish Rose. HEX triplet: AB, 7C and 7D. RGB value is (171,124,125). Sum of RGB (Red+Green+Blue) = 171+124+125=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7C7D is #548382. Grayscale: #8A8A8A. Windows color (decimal): -5538691 or 8223915. OLE color: 8223915.

HSL color Cylindrical-coordinate representation of color #AB7C7D: hue angle of 358.72º 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 #AB7C7D is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 124 125 -
CMYK 0 0.27 0.27 0.33
HSL 358.72º 0.22% 0.58% -
HSV(B) 358.72º 0.27% 0.67% -
XYZ 27.7 24.55 22.68 -
YUV 138.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 171 124 125 0 0.27 0.27 0.33 358.72 0.22 0.58
Hex AB 7C 7D 0 1B 1B 21 167 16 3A
Octal 253 174 175 0 33 33 41 547 26 72
Binary 10101011 1111100 1111101 0 11011 11011 100001 101100111 10110 111010

Color Harmonies of #AB7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C7D

Black with #AB7C7D

Text Example


Text Example

White with #AB7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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