Html Css Color HEX #AB727B Turkish Rose

📋 copy color: '#AB727B'

red 171 ◦ green 114 ◦ blue 123

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

Shades of Turkish Rose #AB727B

Tints of Turkish Rose #AB727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 41.91%
G = 27.94%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AB727B (or 0xAB727B) is known color: Turkish Rose. HEX triplet: AB, 72 and 7B. RGB value is (171,114,123). Sum of RGB (Red+Green+Blue) = 171+114+123=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB727B is #548D84. Grayscale: #848484. Windows color (decimal): -5541253 or 8090283. OLE color: 8090283.

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

Color convert

RGB 171 114 123 -
CMYK 0 0.33 0.28 0.33
HSL 350.53º 0.25% 0.56% -
HSV(B) 350.53º 0.33% 0.67% -
XYZ 26.39 22.12 21.62 -
YUV 132.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 171 114 123 0 0.33 0.28 0.33 350.53 0.25 0.56
Hex AB 72 7B 0 21 1C 21 15F 19 38
Octal 253 162 173 0 41 34 41 537 31 70
Binary 10101011 1110010 1111011 0 100001 11100 100001 101011111 11001 111000

Color Harmonies of #AB727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB727B

Black with #AB727B

Text Example


Text Example

White with #AB727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB727B; }

 p { color: rgb(171,114,123); }

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

background-color css

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

 a { background-color: rgb(171,114,123); }

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

border-color css

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

 span { border-color: rgb(171,114,123); }

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