Html Css Color HEX #A5707C Turkish Rose

📋 copy color: '#A5707C'

red 165 ◦ green 112 ◦ blue 124

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

Shades of Turkish Rose #A5707C

Tints of Turkish Rose #A5707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

 BLUE value IS 124 (48.83% from 255) = 30.92%

R = 41.15%
G = 27.93%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5707C (or 0xA5707C) is known color: Turkish Rose. HEX triplet: A5, 70 and 7C. RGB value is (165,112,124). Sum of RGB (Red+Green+Blue) = 165+112+124=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 165 - color contains mainly: red. Hex color #A5707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5707C is #5A8F83. Grayscale: #818181. Windows color (decimal): -5934980 or 8155301. OLE color: 8155301.

HSL color Cylindrical-coordinate representation of color #A5707C: hue angle of 346.42º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5707C is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 124 -
CMYK 0 0.32 0.25 0.35
HSL 346.42º 0.23% 0.54% -
HSV(B) 346.42º 0.32% 0.65% -
XYZ 24.95 21.04 21.82 -
YUV 129.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 165 112 124 0 0.32 0.25 0.35 346.42 0.23 0.54
Hex A5 70 7C 0 20 19 23 15A 17 36
Octal 245 160 174 0 40 31 43 532 27 66
Binary 10100101 1110000 1111100 0 100000 11001 100011 101011010 10111 110110

Color Harmonies of #A5707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5707C

Black with #A5707C

Text Example


Text Example

White with #A5707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5707C; }

 p { color: rgb(165,112,124); }

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

background-color css

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

 a { background-color: rgb(165,112,124); }

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

border-color css

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

 span { border-color: rgb(165,112,124); }

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