Html Css Color HEX #AB676F Turkish Rose

📋 copy color: '#AB676F'

red 171 ◦ green 103 ◦ blue 111

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

Shades of Turkish Rose #AB676F

Tints of Turkish Rose #AB676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 44.42%
G = 26.75%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB676F (or 0xAB676F) is known color: Turkish Rose. HEX triplet: AB, 67 and 6F. RGB value is (171,103,111). Sum of RGB (Red+Green+Blue) = 171+103+111=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB676F is #549890. Grayscale: #7C7C7C. Windows color (decimal): -5544081 or 7301035. OLE color: 7301035.

HSL color Cylindrical-coordinate representation of color #AB676F: hue angle of 352.94º 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 #AB676F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 103 111 -
CMYK 0 0.40 0.35 0.33
HSL 352.94º 0.29% 0.54% -
HSV(B) 352.94º 0.4% 0.67% -
XYZ 24.51 19.51 17.51 -
YUV 124.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 171 103 111 0 0.40 0.35 0.33 352.94 0.29 0.54
Hex AB 67 6F 0 28 23 21 161 1D 36
Octal 253 147 157 0 50 43 41 541 35 66
Binary 10101011 1100111 1101111 0 101000 100011 100001 101100001 11101 110110

Color Harmonies of #AB676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB676F

Black with #AB676F

Text Example


Text Example

White with #AB676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB676F; }

 p { color: rgb(171,103,111); }

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

background-color css

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

 a { background-color: rgb(171,103,111); }

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

border-color css

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

 span { border-color: rgb(171,103,111); }

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