Html Css Color HEX #A55F67 Turkish Rose

📋 copy color: '#A55F67'

red 165 ◦ green 95 ◦ blue 103

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

Shades of Turkish Rose #A55F67

Tints of Turkish Rose #A55F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.37%

R = 45.45%
G = 26.17%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A55F67 (or 0xA55F67) is known color: Turkish Rose. HEX triplet: A5, 5F and 67. RGB value is (165,95,103). Sum of RGB (Red+Green+Blue) = 165+95+103=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F67 is #5AA098. Grayscale: #747474. Windows color (decimal): -5939353 or 6774693. OLE color: 6774693.

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

Color convert

RGB 165 95 103 -
CMYK 0 0.42 0.38 0.35
HSL 353.14º 0.28% 0.51% -
HSV(B) 353.14º 0.42% 0.65% -
XYZ 22.06 17.16 14.98 -
YUV 116.84 120.19 162.35 -
System Red Green Blue C M Y K H S L
Decimal 165 95 103 0 0.42 0.38 0.35 353.14 0.28 0.51
Hex A5 5F 67 0 2A 26 23 161 1C 33
Octal 245 137 147 0 52 46 43 541 34 63
Binary 10100101 1011111 1100111 0 101010 100110 100011 101100001 11100 110011

Color Harmonies of #A55F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F67

Black with #A55F67

Text Example


Text Example

White with #A55F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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