Html Css Color HEX #AB6168 Turkish Rose

📋 copy color: '#AB6168'

red 171 ◦ green 97 ◦ blue 104

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

Shades of Turkish Rose #AB6168

Tints of Turkish Rose #AB6168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 45.97%
G = 26.08%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB6168 (or 0xAB6168) is known color: Turkish Rose. HEX triplet: AB, 61 and 68. RGB value is (171,97,104). Sum of RGB (Red+Green+Blue) = 171+97+104=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6168 is #549E97. Grayscale: #777777. Windows color (decimal): -5545624 or 6840747. OLE color: 6840747.

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

Color convert

RGB 171 97 104 -
CMYK 0 0.43 0.39 0.33
HSL 354.32º 0.31% 0.53% -
HSV(B) 354.32º 0.43% 0.67% -
XYZ 23.57 18.21 15.37 -
YUV 119.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 171 97 104 0 0.43 0.39 0.33 354.32 0.31 0.53
Hex AB 61 68 0 2B 27 21 162 1F 35
Octal 253 141 150 0 53 47 41 542 37 65
Binary 10101011 1100001 1101000 0 101011 100111 100001 101100010 11111 110101

Color Harmonies of #AB6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6168

Black with #AB6168

Text Example


Text Example

White with #AB6168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6168; }

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

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

background-color css

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

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

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

border-color css

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

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

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