Html Css Color HEX #A5606A Turkish Rose

📋 copy color: '#A5606A'

red 165 ◦ green 96 ◦ blue 106

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

Shades of Turkish Rose #A5606A

Tints of Turkish Rose #A5606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 44.96%
G = 26.16%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5606A (or 0xA5606A) is known color: Turkish Rose. HEX triplet: A5, 60 and 6A. RGB value is (165,96,106). Sum of RGB (Red+Green+Blue) = 165+96+106=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A5606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5606A is #5A9F95. Grayscale: #757575. Windows color (decimal): -5939094 or 6971557. OLE color: 6971557.

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

Color convert

RGB 165 96 106 -
CMYK 0 0.42 0.36 0.35
HSL 351.3º 0.28% 0.51% -
HSV(B) 351.3º 0.42% 0.65% -
XYZ 22.3 17.41 15.82 -
YUV 117.77 121.36 161.69 -
System Red Green Blue C M Y K H S L
Decimal 165 96 106 0 0.42 0.36 0.35 351.3 0.28 0.51
Hex A5 60 6A 0 2A 24 23 15F 1C 33
Octal 245 140 152 0 52 44 43 537 34 63
Binary 10100101 1100000 1101010 0 101010 100100 100011 101011111 11100 110011

Color Harmonies of #A5606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5606A

Black with #A5606A

Text Example


Text Example

White with #A5606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5606A; }

 p { color: rgb(165,96,106); }

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

background-color css

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

 a { background-color: rgb(165,96,106); }

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

border-color css

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

 span { border-color: rgb(165,96,106); }

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