Html Css Color HEX #AB797E Turkish Rose

📋 copy color: '#AB797E'

red 171 ◦ green 121 ◦ blue 126

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

Shades of Turkish Rose #AB797E

Tints of Turkish Rose #AB797E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.95%

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

R = 40.91%
G = 28.95%
B = 30.14%

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

#AB797E (or 0xAB797E) is known color: Turkish Rose. HEX triplet: AB, 79 and 7E. RGB value is (171,121,126). Sum of RGB (Red+Green+Blue) = 171+121+126=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB797E is #548681. Grayscale: #888888. Windows color (decimal): -5539458 or 8288683. OLE color: 8288683.

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

Color convert

RGB 171 121 126 -
CMYK 0 0.29 0.26 0.33
HSL 354º 0.23% 0.57% -
HSV(B) 354º 0.29% 0.67% -
XYZ 27.4 23.84 22.9 -
YUV 136.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 171 121 126 0 0.29 0.26 0.33 354 0.23 0.57
Hex AB 79 7E 0 1D 1A 21 162 17 39
Octal 253 171 176 0 35 32 41 542 27 71
Binary 10101011 1111001 1111110 0 11101 11010 100001 101100010 10111 111001

Color Harmonies of #AB797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB797E

Black with #AB797E

Text Example


Text Example

White with #AB797E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB797E; }

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

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

background-color css

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

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

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

border-color css

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

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

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