Html Css Color HEX #A5707D Turkish Rose

📋 copy color: '#A5707D'

red 165 ◦ green 112 ◦ blue 125

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

Shades of Turkish Rose #A5707D

Tints of Turkish Rose #A5707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 41.04%
G = 27.86%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5707D (or 0xA5707D) is known color: Turkish Rose. HEX triplet: A5, 70 and 7D. RGB value is (165,112,125). Sum of RGB (Red+Green+Blue) = 165+112+125=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A5707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5707D is #5A8F82. Grayscale: #818181. Windows color (decimal): -5934979 or 8220837. OLE color: 8220837.

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

Color convert

RGB 165 112 125 -
CMYK 0 0.32 0.24 0.35
HSL 345.28º 0.23% 0.54% -
HSV(B) 345.28º 0.32% 0.65% -
XYZ 25.01 21.07 22.15 -
YUV 129.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 165 112 125 0 0.32 0.24 0.35 345.28 0.23 0.54
Hex A5 70 7D 0 20 18 23 159 17 36
Octal 245 160 175 0 40 30 43 531 27 66
Binary 10100101 1110000 1111101 0 100000 11000 100011 101011001 10111 110110

Color Harmonies of #A5707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5707D

Black with #A5707D

Text Example


Text Example

White with #A5707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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