Html Css Color HEX #AB6264 Turkish Rose

📋 copy color: '#AB6264'

red 171 ◦ green 98 ◦ blue 100

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

Shades of Turkish Rose #AB6264

Tints of Turkish Rose #AB6264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

 BLUE value IS 100 (39.45% from 255) = 27.1%

R = 46.34%
G = 26.56%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB6264 (or 0xAB6264) is known color: Turkish Rose. HEX triplet: AB, 62 and 64. RGB value is (171,98,100). Sum of RGB (Red+Green+Blue) = 171+98+100=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6264 is #549D9B. Grayscale: #787878. Windows color (decimal): -5545372 or 6578859. OLE color: 6578859.

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

Color convert

RGB 171 98 100 -
CMYK 0 0.43 0.42 0.33
HSL 358.36º 0.3% 0.53% -
HSV(B) 358.36º 0.43% 0.67% -
XYZ 23.46 18.31 14.35 -
YUV 120.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 171 98 100 0 0.43 0.42 0.33 358.36 0.3 0.53
Hex AB 62 64 0 2B 2A 21 166 1E 35
Octal 253 142 144 0 53 52 41 546 36 65
Binary 10101011 1100010 1100100 0 101011 101010 100001 101100110 11110 110101

Color Harmonies of #AB6264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6264

Black with #AB6264

Text Example


Text Example

White with #AB6264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6264; }

 p { color: rgb(171,98,100); }

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

background-color css

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

 a { background-color: rgb(171,98,100); }

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

border-color css

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

 span { border-color: rgb(171,98,100); }

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