Html Css Color HEX #AB6273 Turkish Rose

📋 copy color: '#AB6273'

red 171 ◦ green 98 ◦ blue 115

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

Shades of Turkish Rose #AB6273

Tints of Turkish Rose #AB6273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 44.53%
G = 25.52%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB6273 (or 0xAB6273) is known color: Turkish Rose. HEX triplet: AB, 62 and 73. RGB value is (171,98,115). Sum of RGB (Red+Green+Blue) = 171+98+115=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6273 is #549D8C. Grayscale: #797979. Windows color (decimal): -5545357 or 7561899. OLE color: 7561899.

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

Color convert

RGB 171 98 115 -
CMYK 0 0.43 0.33 0.33
HSL 346.03º 0.3% 0.53% -
HSV(B) 346.03º 0.43% 0.67% -
XYZ 24.26 18.63 18.54 -
YUV 121.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 171 98 115 0 0.43 0.33 0.33 346.03 0.3 0.53
Hex AB 62 73 0 2B 21 21 15A 1E 35
Octal 253 142 163 0 53 41 41 532 36 65
Binary 10101011 1100010 1110011 0 101011 100001 100001 101011010 11110 110101

Color Harmonies of #AB6273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6273

Black with #AB6273

Text Example


Text Example

White with #AB6273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6273; }

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

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

background-color css

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

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

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

border-color css

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

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

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