Html Css Color HEX #AB767F Turkish Rose

📋 copy color: '#AB767F'

red 171 ◦ green 118 ◦ blue 127

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

Shades of Turkish Rose #AB767F

Tints of Turkish Rose #AB767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.37%

 BLUE value IS 127 (50% from 255) = 30.53%

R = 41.11%
G = 28.37%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB767F (or 0xAB767F) is known color: Turkish Rose. HEX triplet: AB, 76 and 7F. RGB value is (171,118,127). Sum of RGB (Red+Green+Blue) = 171+118+127=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB767F is #548980. Grayscale: #868686. Windows color (decimal): -5540225 or 8353451. OLE color: 8353451.

HSL color Cylindrical-coordinate representation of color #AB767F: hue angle of 349.81º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB767F is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 118 127 -
CMYK 0 0.31 0.26 0.33
HSL 349.81º 0.24% 0.57% -
HSV(B) 349.81º 0.31% 0.67% -
XYZ 27.1 23.15 23.12 -
YUV 134.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 171 118 127 0 0.31 0.26 0.33 349.81 0.24 0.57
Hex AB 76 7F 0 1F 1A 21 15E 18 39
Octal 253 166 177 0 37 32 41 536 30 71
Binary 10101011 1110110 1111111 0 11111 11010 100001 101011110 11000 111001

Color Harmonies of #AB767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB767F

Black with #AB767F

Text Example


Text Example

White with #AB767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB767F; }

 p { color: rgb(171,118,127); }

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

background-color css

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

 a { background-color: rgb(171,118,127); }

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

border-color css

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

 span { border-color: rgb(171,118,127); }

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