Html Css Color HEX #AB6872 Turkish Rose

📋 copy color: '#AB6872'

red 171 ◦ green 104 ◦ blue 114

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

Shades of Turkish Rose #AB6872

Tints of Turkish Rose #AB6872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.74%

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

R = 43.96%
G = 26.74%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB6872 (or 0xAB6872) is known color: Turkish Rose. HEX triplet: AB, 68 and 72. RGB value is (171,104,114). Sum of RGB (Red+Green+Blue) = 171+104+114=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6872 is #54978D. Grayscale: #7D7D7D. Windows color (decimal): -5543822 or 7497899. OLE color: 7497899.

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

Color convert

RGB 171 104 114 -
CMYK 0 0.39 0.33 0.33
HSL 351.04º 0.29% 0.54% -
HSV(B) 351.04º 0.39% 0.67% -
XYZ 24.78 19.77 18.43 -
YUV 125.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 171 104 114 0 0.39 0.33 0.33 351.04 0.29 0.54
Hex AB 68 72 0 27 21 21 15F 1D 36
Octal 253 150 162 0 47 41 41 537 35 66
Binary 10101011 1101000 1110010 0 100111 100001 100001 101011111 11101 110110

Color Harmonies of #AB6872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6872

Black with #AB6872

Text Example


Text Example

White with #AB6872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6872; }

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

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

background-color css

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

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

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

border-color css

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

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

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