Html Css Color HEX #AB6669 Turkish Rose

📋 copy color: '#AB6669'

red 171 ◦ green 102 ◦ blue 105

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

Shades of Turkish Rose #AB6669

Tints of Turkish Rose #AB6669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.98%

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

R = 45.24%
G = 26.98%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB6669 (or 0xAB6669) is known color: Turkish Rose. HEX triplet: AB, 66 and 69. RGB value is (171,102,105). Sum of RGB (Red+Green+Blue) = 171+102+105=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6669 is #549996. Grayscale: #7B7B7B. Windows color (decimal): -5544343 or 6907563. OLE color: 6907563.

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

Color convert

RGB 171 102 105 -
CMYK 0 0.40 0.39 0.33
HSL 357.39º 0.29% 0.54% -
HSV(B) 357.39º 0.4% 0.67% -
XYZ 24.1 19.18 15.8 -
YUV 122.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 171 102 105 0 0.40 0.39 0.33 357.39 0.29 0.54
Hex AB 66 69 0 28 27 21 165 1D 36
Octal 253 146 151 0 50 47 41 545 35 66
Binary 10101011 1100110 1101001 0 101000 100111 100001 101100101 11101 110110

Color Harmonies of #AB6669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6669

Black with #AB6669

Text Example


Text Example

White with #AB6669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6669; }

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

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

background-color css

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

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

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

border-color css

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

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

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