Html Css Color HEX #AB6175 Turkish Rose

📋 copy color: '#AB6175'

red 171 ◦ green 97 ◦ blue 117

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

Shades of Turkish Rose #AB6175

Tints of Turkish Rose #AB6175

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.19%

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 44.42%
G = 25.19%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB6175 (or 0xAB6175) is known color: Turkish Rose. HEX triplet: AB, 61 and 75. RGB value is (171,97,117). Sum of RGB (Red+Green+Blue) = 171+97+117=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6175 is #549E8A. Grayscale: #797979. Windows color (decimal): -5545611 or 7692715. OLE color: 7692715.

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

Color convert

RGB 171 97 117 -
CMYK 0 0.43 0.32 0.33
HSL 343.78º 0.31% 0.53% -
HSV(B) 343.78º 0.43% 0.67% -
XYZ 24.28 18.49 19.12 -
YUV 121.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 171 97 117 0 0.43 0.32 0.33 343.78 0.31 0.53
Hex AB 61 75 0 2B 20 21 158 1F 35
Octal 253 141 165 0 53 40 41 530 37 65
Binary 10101011 1100001 1110101 0 101011 100000 100001 101011000 11111 110101

Color Harmonies of #AB6175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6175

Black with #AB6175

Text Example


Text Example

White with #AB6175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6175; }

 p { color: rgb(171,97,117); }

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

background-color css

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

 a { background-color: rgb(171,97,117); }

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

border-color css

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

 span { border-color: rgb(171,97,117); }

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