Html Css Color HEX #A55F74 Turkish Rose

📋 copy color: '#A55F74'

red 165 ◦ green 95 ◦ blue 116

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

Shades of Turkish Rose #A55F74

Tints of Turkish Rose #A55F74

RGB

 RED value IS 165 (64.84% from 255) = 43.88%

 GREEN value IS 95 (37.5% from 255) = 25.27%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 43.88%
G = 25.27%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A55F74 (or 0xA55F74) is known color: Turkish Rose. HEX triplet: A5, 5F and 74. RGB value is (165,95,116). Sum of RGB (Red+Green+Blue) = 165+95+116=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F74 is #5AA08B. Grayscale: #767676. Windows color (decimal): -5939340 or 7626661. OLE color: 7626661.

HSL color Cylindrical-coordinate representation of color #A55F74: hue angle of 342º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A55F74 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 95 116 -
CMYK 0 0.42 0.30 0.35
HSL 342º 0.28% 0.51% -
HSV(B) 342º 0.42% 0.65% -
XYZ 22.76 17.44 18.69 -
YUV 118.32 126.69 161.29 -
System Red Green Blue C M Y K H S L
Decimal 165 95 116 0 0.42 0.30 0.35 342 0.28 0.51
Hex A5 5F 74 0 2A 1E 23 156 1C 33
Octal 245 137 164 0 52 36 43 526 34 63
Binary 10100101 1011111 1110100 0 101010 11110 100011 101010110 11100 110011

Color Harmonies of #A55F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F74

Black with #A55F74

Text Example


Text Example

White with #A55F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F74; }

 p { color: rgb(165,95,116); }

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

background-color css

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

 a { background-color: rgb(165,95,116); }

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

border-color css

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

 span { border-color: rgb(165,95,116); }

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