Html Css Color HEX #AB6172 Turkish Rose

📋 copy color: '#AB6172'

red 171 ◦ green 97 ◦ blue 114

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

Shades of Turkish Rose #AB6172

Tints of Turkish Rose #AB6172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.39%

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 44.76%
G = 25.39%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB6172 (or 0xAB6172) is known color: Turkish Rose. HEX triplet: AB, 61 and 72. RGB value is (171,97,114). Sum of RGB (Red+Green+Blue) = 171+97+114=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6172 is #549E8D. Grayscale: #797979. Windows color (decimal): -5545614 or 7496107. OLE color: 7496107.

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

Color convert

RGB 171 97 114 -
CMYK 0 0.43 0.33 0.33
HSL 346.22º 0.31% 0.53% -
HSV(B) 346.22º 0.43% 0.67% -
XYZ 24.11 18.42 18.2 -
YUV 121.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 171 97 114 0 0.43 0.33 0.33 346.22 0.31 0.53
Hex AB 61 72 0 2B 21 21 15A 1F 35
Octal 253 141 162 0 53 41 41 532 37 65
Binary 10101011 1100001 1110010 0 101011 100001 100001 101011010 11111 110101

Color Harmonies of #AB6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6172

Black with #AB6172

Text Example


Text Example

White with #AB6172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6172; }

 p { color: rgb(171,97,114); }

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

background-color css

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

 a { background-color: rgb(171,97,114); }

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

border-color css

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

 span { border-color: rgb(171,97,114); }

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