Html Css Color HEX #AB6E7A Turkish Rose

📋 copy color: '#AB6E7A'

red 171 ◦ green 110 ◦ blue 122

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

Shades of Turkish Rose #AB6E7A

Tints of Turkish Rose #AB6E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 122 (48.05% from 255) = 30.27%

R = 42.43%
G = 27.3%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB6E7A (or 0xAB6E7A) is known color: Turkish Rose. HEX triplet: AB, 6E and 7A. RGB value is (171,110,122). Sum of RGB (Red+Green+Blue) = 171+110+122=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E7A is #549185. Grayscale: #818181. Windows color (decimal): -5542278 or 8023723. OLE color: 8023723.

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

Color convert

RGB 171 110 122 -
CMYK 0 0.36 0.29 0.33
HSL 348.2º 0.27% 0.55% -
HSV(B) 348.2º 0.36% 0.67% -
XYZ 25.88 21.21 21.14 -
YUV 129.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 171 110 122 0 0.36 0.29 0.33 348.2 0.27 0.55
Hex AB 6E 7A 0 24 1D 21 15C 1B 37
Octal 253 156 172 0 44 35 41 534 33 67
Binary 10101011 1101110 1111010 0 100100 11101 100001 101011100 11011 110111

Color Harmonies of #AB6E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E7A

Black with #AB6E7A

Text Example


Text Example

White with #AB6E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E7A; }

 p { color: rgb(171,110,122); }

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

background-color css

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

 a { background-color: rgb(171,110,122); }

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

border-color css

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

 span { border-color: rgb(171,110,122); }

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