Html Css Color HEX #AB727A Turkish Rose

📋 copy color: '#AB727A'

red 171 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #AB727A

Tints of Turkish Rose #AB727A

RGB

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

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

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

R = 42.01%
G = 28.01%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB727A (or 0xAB727A) is known color: Turkish Rose. HEX triplet: AB, 72 and 7A. RGB value is (171,114,122). Sum of RGB (Red+Green+Blue) = 171+114+122=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB727A is #548D85. Grayscale: #838383. Windows color (decimal): -5541254 or 8024747. OLE color: 8024747.

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

Color convert

RGB 171 114 122 -
CMYK 0 0.33 0.29 0.33
HSL 351.58º 0.25% 0.56% -
HSV(B) 351.58º 0.33% 0.67% -
XYZ 26.32 22.1 21.29 -
YUV 131.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 171 114 122 0 0.33 0.29 0.33 351.58 0.25 0.56
Hex AB 72 7A 0 21 1D 21 160 19 38
Octal 253 162 172 0 41 35 41 540 31 70
Binary 10101011 1110010 1111010 0 100001 11101 100001 101100000 11001 111000

Color Harmonies of #AB727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB727A

Black with #AB727A

Text Example


Text Example

White with #AB727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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