Html Css Color HEX #A3707E Turkish Rose

📋 copy color: '#A3707E'

red 163 ◦ green 112 ◦ blue 126

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

Shades of Turkish Rose #A3707E

Tints of Turkish Rose #A3707E

RGB

 RED value IS 163 (64.06% from 255) = 40.65%

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

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 40.65%
G = 27.93%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A3707E (or 0xA3707E) is known color: Turkish Rose. HEX triplet: A3, 70 and 7E. RGB value is (163,112,126). Sum of RGB (Red+Green+Blue) = 163+112+126=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3707E is #5C8F81. Grayscale: #808080. Windows color (decimal): -6066050 or 8286371. OLE color: 8286371.

HSL color Cylindrical-coordinate representation of color #A3707E: hue angle of 343.53º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3707E is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 112 126 -
CMYK 0 0.31 0.23 0.36
HSL 343.53º 0.22% 0.54% -
HSV(B) 343.53º 0.31% 0.64% -
XYZ 24.66 20.88 22.47 -
YUV 128.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 163 112 126 0 0.31 0.23 0.36 343.53 0.22 0.54
Hex A3 70 7E 0 1F 17 24 158 16 36
Octal 243 160 176 0 37 27 44 530 26 66
Binary 10100011 1110000 1111110 0 11111 10111 100100 101011000 10110 110110

Color Harmonies of #A3707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3707E

Black with #A3707E

Text Example


Text Example

White with #A3707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3707E; }

 p { color: rgb(163,112,126); }

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

background-color css

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

 a { background-color: rgb(163,112,126); }

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

border-color css

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

 span { border-color: rgb(163,112,126); }

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