Html Css Color HEX #AB7A7E Turkish Rose

📋 copy color: '#AB7A7E'

red 171 ◦ green 122 ◦ blue 126

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

Shades of Turkish Rose #AB7A7E

Tints of Turkish Rose #AB7A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.12%

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 40.81%
G = 29.12%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB7A7E (or 0xAB7A7E) is known color: Turkish Rose. HEX triplet: AB, 7A and 7E. RGB value is (171,122,126). Sum of RGB (Red+Green+Blue) = 171+122+126=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A7E is #548581. Grayscale: #898989. Windows color (decimal): -5539202 or 8288939. OLE color: 8288939.

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

Color convert

RGB 171 122 126 -
CMYK 0 0.29 0.26 0.33
HSL 355.1º 0.23% 0.57% -
HSV(B) 355.1º 0.29% 0.67% -
XYZ 27.52 24.08 22.94 -
YUV 137.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 171 122 126 0 0.29 0.26 0.33 355.1 0.23 0.57
Hex AB 7A 7E 0 1D 1A 21 163 17 39
Octal 253 172 176 0 35 32 41 543 27 71
Binary 10101011 1111010 1111110 0 11101 11010 100001 101100011 10111 111001

Color Harmonies of #AB7A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A7E

Black with #AB7A7E

Text Example


Text Example

White with #AB7A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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