Html Css Color HEX #AB6875 Turkish Rose

📋 copy color: '#AB6875'

red 171 ◦ green 104 ◦ blue 117

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

Shades of Turkish Rose #AB6875

Tints of Turkish Rose #AB6875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 43.62%
G = 26.53%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB6875 (or 0xAB6875) is known color: Turkish Rose. HEX triplet: AB, 68 and 75. RGB value is (171,104,117). Sum of RGB (Red+Green+Blue) = 171+104+117=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6875 is #54978A. Grayscale: #7D7D7D. Windows color (decimal): -5543819 or 7694507. OLE color: 7694507.

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

Color convert

RGB 171 104 117 -
CMYK 0 0.39 0.32 0.33
HSL 348.36º 0.29% 0.54% -
HSV(B) 348.36º 0.39% 0.67% -
XYZ 24.96 19.84 19.34 -
YUV 125.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 171 104 117 0 0.39 0.32 0.33 348.36 0.29 0.54
Hex AB 68 75 0 27 20 21 15C 1D 36
Octal 253 150 165 0 47 40 41 534 35 66
Binary 10101011 1101000 1110101 0 100111 100000 100001 101011100 11101 110110

Color Harmonies of #AB6875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6875

Black with #AB6875

Text Example


Text Example

White with #AB6875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6875; }

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

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

background-color css

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

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

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

border-color css

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

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

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