Html Css Color HEX #A55F68 Turkish Rose

📋 copy color: '#A55F68'

red 165 ◦ green 95 ◦ blue 104

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

Shades of Turkish Rose #A55F68

Tints of Turkish Rose #A55F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 45.33%
G = 26.1%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A55F68 (or 0xA55F68) is known color: Turkish Rose. HEX triplet: A5, 5F and 68. RGB value is (165,95,104). Sum of RGB (Red+Green+Blue) = 165+95+104=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F68 is #5AA097. Grayscale: #747474. Windows color (decimal): -5939352 or 6840229. OLE color: 6840229.

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

Color convert

RGB 165 95 104 -
CMYK 0 0.42 0.37 0.35
HSL 352.29º 0.28% 0.51% -
HSV(B) 352.29º 0.42% 0.65% -
XYZ 22.11 17.18 15.25 -
YUV 116.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 165 95 104 0 0.42 0.37 0.35 352.29 0.28 0.51
Hex A5 5F 68 0 2A 25 23 160 1C 33
Octal 245 137 150 0 52 45 43 540 34 63
Binary 10100101 1011111 1101000 0 101010 100101 100011 101100000 11100 110011

Color Harmonies of #A55F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F68

Black with #A55F68

Text Example


Text Example

White with #A55F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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