Html Css Color HEX #AB6E75 Turkish Rose

📋 copy color: '#AB6E75'

red 171 ◦ green 110 ◦ blue 117

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

Shades of Turkish Rose #AB6E75

Tints of Turkish Rose #AB6E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.4%

R = 42.96%
G = 27.64%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB6E75 (or 0xAB6E75) is known color: Turkish Rose. HEX triplet: AB, 6E and 75. RGB value is (171,110,117). Sum of RGB (Red+Green+Blue) = 171+110+117=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E75 is #54918A. Grayscale: #818181. Windows color (decimal): -5542283 or 7696043. OLE color: 7696043.

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

Color convert

RGB 171 110 117 -
CMYK 0 0.36 0.32 0.33
HSL 353.11º 0.27% 0.55% -
HSV(B) 353.11º 0.36% 0.67% -
XYZ 25.58 21.09 19.55 -
YUV 129.04 121.21 157.93 -
System Red Green Blue C M Y K H S L
Decimal 171 110 117 0 0.36 0.32 0.33 353.11 0.27 0.55
Hex AB 6E 75 0 24 20 21 161 1B 37
Octal 253 156 165 0 44 40 41 541 33 67
Binary 10101011 1101110 1110101 0 100100 100000 100001 101100001 11011 110111

Color Harmonies of #AB6E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6E75

Black with #AB6E75

Text Example


Text Example

White with #AB6E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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