Html Css Color HEX #AB6976 Turkish Rose

📋 copy color: '#AB6976'

red 171 ◦ green 105 ◦ blue 118

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

Shades of Turkish Rose #AB6976

Tints of Turkish Rose #AB6976

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

 BLUE value IS 118 (46.48% from 255) = 29.95%

R = 43.4%
G = 26.65%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB6976 (or 0xAB6976) is known color: Turkish Rose. HEX triplet: AB, 69 and 76. RGB value is (171,105,118). Sum of RGB (Red+Green+Blue) = 171+105+118=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6976 is #549689. Grayscale: #7E7E7E. Windows color (decimal): -5543562 or 7760299. OLE color: 7760299.

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

Color convert

RGB 171 105 118 -
CMYK 0 0.39 0.31 0.33
HSL 348.18º 0.28% 0.54% -
HSV(B) 348.18º 0.39% 0.67% -
XYZ 25.12 20.07 19.69 -
YUV 126.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 171 105 118 0 0.39 0.31 0.33 348.18 0.28 0.54
Hex AB 69 76 0 27 1F 21 15C 1C 36
Octal 253 151 166 0 47 37 41 534 34 66
Binary 10101011 1101001 1110110 0 100111 11111 100001 101011100 11100 110110

Color Harmonies of #AB6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6976

Black with #AB6976

Text Example


Text Example

White with #AB6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6976; }

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

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

background-color css

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

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

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

border-color css

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

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

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