Html Css Color HEX #AB7879 Turkish Rose

📋 copy color: '#AB7879'

red 171 ◦ green 120 ◦ blue 121

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

Shades of Turkish Rose #AB7879

Tints of Turkish Rose #AB7879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.13%

 BLUE value IS 121 (47.66% from 255) = 29.37%

R = 41.5%
G = 29.13%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB7879 (or 0xAB7879) is known color: Turkish Rose. HEX triplet: AB, 78 and 79. RGB value is (171,120,121). Sum of RGB (Red+Green+Blue) = 171+120+121=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7879 is #548786. Grayscale: #878787. Windows color (decimal): -5539719 or 7960747. OLE color: 7960747.

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

Color convert

RGB 171 120 121 -
CMYK 0 0.30 0.29 0.33
HSL 358.82º 0.23% 0.57% -
HSV(B) 358.82º 0.3% 0.67% -
XYZ 26.96 23.47 21.2 -
YUV 135.36 119.9 153.42 -
System Red Green Blue C M Y K H S L
Decimal 171 120 121 0 0.30 0.29 0.33 358.82 0.23 0.57
Hex AB 78 79 0 1E 1D 21 167 17 39
Octal 253 170 171 0 36 35 41 547 27 71
Binary 10101011 1111000 1111001 0 11110 11101 100001 101100111 10111 111001

Color Harmonies of #AB7879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7879

Black with #AB7879

Text Example


Text Example

White with #AB7879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7879; }

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

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

background-color css

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

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

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

border-color css

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

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

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