Html Css Color HEX #AB6064 Turkish Rose

📋 copy color: '#AB6064'

red 171 ◦ green 96 ◦ blue 100

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

Shades of Turkish Rose #AB6064

Tints of Turkish Rose #AB6064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

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

R = 46.59%
G = 26.16%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AB6064 (or 0xAB6064) is known color: Turkish Rose. HEX triplet: AB, 60 and 64. RGB value is (171,96,100). Sum of RGB (Red+Green+Blue) = 171+96+100=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6064 is #549F9B. Grayscale: #767676. Windows color (decimal): -5545884 or 6578347. OLE color: 6578347.

HSL color Cylindrical-coordinate representation of color #AB6064: hue angle of 356.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6064 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 100 -
CMYK 0 0.44 0.42 0.33
HSL 356.8º 0.31% 0.52% -
HSV(B) 356.8º 0.44% 0.67% -
XYZ 23.28 17.94 14.29 -
YUV 118.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 171 96 100 0 0.44 0.42 0.33 356.8 0.31 0.52
Hex AB 60 64 0 2C 2A 21 165 1F 34
Octal 253 140 144 0 54 52 41 545 37 64
Binary 10101011 1100000 1100100 0 101100 101010 100001 101100101 11111 110100

Color Harmonies of #AB6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6064

Black with #AB6064

Text Example


Text Example

White with #AB6064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6064; }

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

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

background-color css

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

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

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

border-color css

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

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

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