Html Css Color HEX #AB6469 Turkish Rose

📋 copy color: '#AB6469'

red 171 ◦ green 100 ◦ blue 105

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

Shades of Turkish Rose #AB6469

Tints of Turkish Rose #AB6469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

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

R = 45.48%
G = 26.6%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB6469 (or 0xAB6469) is known color: Turkish Rose. HEX triplet: AB, 64 and 69. RGB value is (171,100,105). Sum of RGB (Red+Green+Blue) = 171+100+105=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6469 is #549B96. Grayscale: #797979. Windows color (decimal): -5544855 or 6907051. OLE color: 6907051.

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

Color convert

RGB 171 100 105 -
CMYK 0 0.42 0.39 0.33
HSL 355.77º 0.3% 0.53% -
HSV(B) 355.77º 0.42% 0.67% -
XYZ 23.9 18.79 15.73 -
YUV 121.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 171 100 105 0 0.42 0.39 0.33 355.77 0.3 0.53
Hex AB 64 69 0 2A 27 21 164 1E 35
Octal 253 144 151 0 52 47 41 544 36 65
Binary 10101011 1100100 1101001 0 101010 100111 100001 101100100 11110 110101

Color Harmonies of #AB6469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6469

Black with #AB6469

Text Example


Text Example

White with #AB6469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6469; }

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

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

background-color css

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

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

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

border-color css

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

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

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