Html Css Color HEX #AB6672 Turkish Rose

📋 copy color: '#AB6672'

red 171 ◦ green 102 ◦ blue 114

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

Shades of Turkish Rose #AB6672

Tints of Turkish Rose #AB6672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.36%

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

R = 44.19%
G = 26.36%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB6672 (or 0xAB6672) is known color: Turkish Rose. HEX triplet: AB, 66 and 72. RGB value is (171,102,114). Sum of RGB (Red+Green+Blue) = 171+102+114=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6672 is #54998D. Grayscale: #7C7C7C. Windows color (decimal): -5544334 or 7497387. OLE color: 7497387.

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

Color convert

RGB 171 102 114 -
CMYK 0 0.40 0.33 0.33
HSL 349.57º 0.29% 0.54% -
HSV(B) 349.57º 0.4% 0.67% -
XYZ 24.58 19.38 18.36 -
YUV 124 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 171 102 114 0 0.40 0.33 0.33 349.57 0.29 0.54
Hex AB 66 72 0 28 21 21 15E 1D 36
Octal 253 146 162 0 50 41 41 536 35 66
Binary 10101011 1100110 1110010 0 101000 100001 100001 101011110 11101 110110

Color Harmonies of #AB6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6672

Black with #AB6672

Text Example


Text Example

White with #AB6672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6672; }

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

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

background-color css

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

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

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

border-color css

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

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

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