Html Css Color HEX #AB6569 Turkish Rose

📋 copy color: '#AB6569'

red 171 ◦ green 101 ◦ blue 105

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

Shades of Turkish Rose #AB6569

Tints of Turkish Rose #AB6569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 45.36%
G = 26.79%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB6569 (or 0xAB6569) is known color: Turkish Rose. HEX triplet: AB, 65 and 69. RGB value is (171,101,105). Sum of RGB (Red+Green+Blue) = 171+101+105=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6569 is #549A96. Grayscale: #7A7A7A. Windows color (decimal): -5544599 or 6907307. OLE color: 6907307.

HSL color Cylindrical-coordinate representation of color #AB6569: hue angle of 356.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6569 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 101 105 -
CMYK 0 0.41 0.39 0.33
HSL 356.57º 0.29% 0.53% -
HSV(B) 356.57º 0.41% 0.67% -
XYZ 24 18.99 15.76 -
YUV 122.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 171 101 105 0 0.41 0.39 0.33 356.57 0.29 0.53
Hex AB 65 69 0 29 27 21 165 1D 35
Octal 253 145 151 0 51 47 41 545 35 65
Binary 10101011 1100101 1101001 0 101001 100111 100001 101100101 11101 110101

Color Harmonies of #AB6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6569

Black with #AB6569

Text Example


Text Example

White with #AB6569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6569; }

 p { color: rgb(171,101,105); }

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

background-color css

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

 a { background-color: rgb(171,101,105); }

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

border-color css

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

 span { border-color: rgb(171,101,105); }

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