Html Css Color HEX #AB6970 Turkish Rose

📋 copy color: '#AB6970'

red 171 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #AB6970

Tints of Turkish Rose #AB6970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.87%

R = 44.07%
G = 27.06%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB6970 (or 0xAB6970) is known color: Turkish Rose. HEX triplet: AB, 69 and 70. RGB value is (171,105,112). Sum of RGB (Red+Green+Blue) = 171+105+112=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6970 is #54968F. Grayscale: #7D7D7D. Windows color (decimal): -5543568 or 7367083. OLE color: 7367083.

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

Color convert

RGB 171 105 112 -
CMYK 0 0.39 0.35 0.33
HSL 353.64º 0.28% 0.54% -
HSV(B) 353.64º 0.39% 0.67% -
XYZ 24.77 19.93 17.87 -
YUV 125.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 171 105 112 0 0.39 0.35 0.33 353.64 0.28 0.54
Hex AB 69 70 0 27 23 21 162 1C 36
Octal 253 151 160 0 47 43 41 542 34 66
Binary 10101011 1101001 1110000 0 100111 100011 100001 101100010 11100 110110

Color Harmonies of #AB6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6970

Black with #AB6970

Text Example


Text Example

White with #AB6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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