Html Css Color HEX #AB7578 Turkish Rose

📋 copy color: '#AB7578'

red 171 ◦ green 117 ◦ blue 120

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

Shades of Turkish Rose #AB7578

Tints of Turkish Rose #AB7578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.68%

 BLUE value IS 120 (47.27% from 255) = 29.41%

R = 41.91%
G = 28.68%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB7578 (or 0xAB7578) is known color: Turkish Rose. HEX triplet: AB, 75 and 78. RGB value is (171,117,120). Sum of RGB (Red+Green+Blue) = 171+117+120=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7578 is #548A87. Grayscale: #858585. Windows color (decimal): -5540488 or 7894443. OLE color: 7894443.

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

Color convert

RGB 171 117 120 -
CMYK 0 0.32 0.30 0.33
HSL 356.67º 0.24% 0.56% -
HSV(B) 356.67º 0.32% 0.67% -
XYZ 26.55 22.74 20.76 -
YUV 133.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 171 117 120 0 0.32 0.30 0.33 356.67 0.24 0.56
Hex AB 75 78 0 20 1E 21 165 18 38
Octal 253 165 170 0 40 36 41 545 30 70
Binary 10101011 1110101 1111000 0 100000 11110 100001 101100101 11000 111000

Color Harmonies of #AB7578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7578

Black with #AB7578

Text Example


Text Example

White with #AB7578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7578; }

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

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

background-color css

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

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

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

border-color css

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

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

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