Html Css Color HEX #AB6F73 Turkish Rose

📋 copy color: '#AB6F73'

red 171 ◦ green 111 ◦ blue 115

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

Shades of Turkish Rose #AB6F73

Tints of Turkish Rose #AB6F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.96%

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 43.07%
G = 27.96%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB6F73 (or 0xAB6F73) is known color: Turkish Rose. HEX triplet: AB, 6F and 73. RGB value is (171,111,115). Sum of RGB (Red+Green+Blue) = 171+111+115=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6F73 is #54908C. Grayscale: #818181. Windows color (decimal): -5542029 or 7565227. OLE color: 7565227.

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

Color convert

RGB 171 111 115 -
CMYK 0 0.35 0.33 0.33
HSL 356º 0.26% 0.55% -
HSV(B) 356º 0.35% 0.67% -
XYZ 25.57 21.26 18.98 -
YUV 129.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 171 111 115 0 0.35 0.33 0.33 356 0.26 0.55
Hex AB 6F 73 0 23 21 21 164 1A 37
Octal 253 157 163 0 43 41 41 544 32 67
Binary 10101011 1101111 1110011 0 100011 100001 100001 101100100 11010 110111

Color Harmonies of #AB6F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6F73

Black with #AB6F73

Text Example


Text Example

White with #AB6F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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