Html Css Color HEX #A5707B Turkish Rose

📋 copy color: '#A5707B'

red 165 ◦ green 112 ◦ blue 123

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

Shades of Turkish Rose #A5707B

Tints of Turkish Rose #A5707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 41.25%
G = 28%
B = 30.75%

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

#A5707B (or 0xA5707B) is known color: Turkish Rose. HEX triplet: A5, 70 and 7B. RGB value is (165,112,123). Sum of RGB (Red+Green+Blue) = 165+112+123=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A5707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5707B is #5A8F84. Grayscale: #818181. Windows color (decimal): -5934981 or 8089765. OLE color: 8089765.

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

Color convert

RGB 165 112 123 -
CMYK 0 0.32 0.25 0.35
HSL 347.55º 0.23% 0.54% -
HSV(B) 347.55º 0.32% 0.65% -
XYZ 24.89 21.02 21.48 -
YUV 129.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 165 112 123 0 0.32 0.25 0.35 347.55 0.23 0.54
Hex A5 70 7B 0 20 19 23 15C 17 36
Octal 245 160 173 0 40 31 43 534 27 66
Binary 10100101 1110000 1111011 0 100000 11001 100011 101011100 10111 110110

Color Harmonies of #A5707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5707B

Black with #A5707B

Text Example


Text Example

White with #A5707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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