Html Css Color HEX #AB797A Turkish Rose

📋 copy color: '#AB797A'

red 171 ◦ green 121 ◦ blue 122

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

Shades of Turkish Rose #AB797A

Tints of Turkish Rose #AB797A

RGB

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

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

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

R = 41.3%
G = 29.23%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB797A (or 0xAB797A) is known color: Turkish Rose. HEX triplet: AB, 79 and 7A. RGB value is (171,121,122). Sum of RGB (Red+Green+Blue) = 171+121+122=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #AB797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB797A is #548685. Grayscale: #888888. Windows color (decimal): -5539462 or 8026539. OLE color: 8026539.

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

Color convert

RGB 171 121 122 -
CMYK 0 0.29 0.29 0.33
HSL 358.8º 0.23% 0.57% -
HSV(B) 358.8º 0.29% 0.67% -
XYZ 27.14 23.74 21.56 -
YUV 136.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 171 121 122 0 0.29 0.29 0.33 358.8 0.23 0.57
Hex AB 79 7A 0 1D 1D 21 167 17 39
Octal 253 171 172 0 35 35 41 547 27 71
Binary 10101011 1111001 1111010 0 11101 11101 100001 101100111 10111 111001

Color Harmonies of #AB797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB797A

Black with #AB797A

Text Example


Text Example

White with #AB797A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB797A; }

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

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

background-color css

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

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

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

border-color css

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

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

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