Html Css Color HEX #AB7679 Turkish Rose

📋 copy color: '#AB7679'

red 171 ◦ green 118 ◦ blue 121

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

Shades of Turkish Rose #AB7679

Tints of Turkish Rose #AB7679

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.78%

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

R = 41.71%
G = 28.78%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB7679 (or 0xAB7679) is known color: Turkish Rose. HEX triplet: AB, 76 and 79. RGB value is (171,118,121). Sum of RGB (Red+Green+Blue) = 171+118+121=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7679 is #548986. Grayscale: #868686. Windows color (decimal): -5540231 or 7960235. OLE color: 7960235.

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

Color convert

RGB 171 118 121 -
CMYK 0 0.31 0.29 0.33
HSL 356.6º 0.24% 0.57% -
HSV(B) 356.6º 0.31% 0.67% -
XYZ 26.72 23 21.12 -
YUV 134.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 171 118 121 0 0.31 0.29 0.33 356.6 0.24 0.57
Hex AB 76 79 0 1F 1D 21 165 18 39
Octal 253 166 171 0 37 35 41 545 30 71
Binary 10101011 1110110 1111001 0 11111 11101 100001 101100101 11000 111001

Color Harmonies of #AB7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7679

Black with #AB7679

Text Example


Text Example

White with #AB7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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