Html Css Color HEX #AB7175 Turkish Rose

📋 copy color: '#AB7175'

red 171 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #AB7175

Tints of Turkish Rose #AB7175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

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

R = 42.64%
G = 28.18%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB7175 (or 0xAB7175) is known color: Turkish Rose. HEX triplet: AB, 71 and 75. RGB value is (171,113,117). Sum of RGB (Red+Green+Blue) = 171+113+117=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7175 is #548E8A. Grayscale: #828282. Windows color (decimal): -5541515 or 7696811. OLE color: 7696811.

HSL color Cylindrical-coordinate representation of color #AB7175: hue angle of 355.86º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB7175 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 117 -
CMYK 0 0.34 0.32 0.33
HSL 355.86º 0.26% 0.56% -
HSV(B) 355.86º 0.34% 0.67% -
XYZ 25.91 21.75 19.66 -
YUV 130.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 171 113 117 0 0.34 0.32 0.33 355.86 0.26 0.56
Hex AB 71 75 0 22 20 21 164 1A 38
Octal 253 161 165 0 42 40 41 544 32 70
Binary 10101011 1110001 1110101 0 100010 100000 100001 101100100 11010 111000

Color Harmonies of #AB7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7175

Black with #AB7175

Text Example


Text Example

White with #AB7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7175; }

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

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

background-color css

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

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

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

border-color css

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

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

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