Html Css Color HEX #AB6077 Turkish Rose

📋 copy color: '#AB6077'

red 171 ◦ green 96 ◦ blue 119

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

Shades of Turkish Rose #AB6077

Tints of Turkish Rose #AB6077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 30.83%

R = 44.3%
G = 24.87%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB6077 (or 0xAB6077) is known color: Turkish Rose. HEX triplet: AB, 60 and 77. RGB value is (171,96,119). Sum of RGB (Red+Green+Blue) = 171+96+119=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6077 is #549F88. Grayscale: #797979. Windows color (decimal): -5545865 or 7823531. OLE color: 7823531.

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

Color convert

RGB 171 96 119 -
CMYK 0 0.44 0.30 0.33
HSL 341.6º 0.31% 0.52% -
HSV(B) 341.6º 0.44% 0.67% -
XYZ 24.31 18.36 19.71 -
YUV 121.05 126.85 163.63 -
System Red Green Blue C M Y K H S L
Decimal 171 96 119 0 0.44 0.30 0.33 341.6 0.31 0.52
Hex AB 60 77 0 2C 1E 21 156 1F 34
Octal 253 140 167 0 54 36 41 526 37 64
Binary 10101011 1100000 1110111 0 101100 11110 100001 101010110 11111 110100

Color Harmonies of #AB6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6077

Black with #AB6077

Text Example


Text Example

White with #AB6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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