Html Css Color HEX #A3697C Turkish Rose

📋 copy color: '#A3697C'

red 163 ◦ green 105 ◦ blue 124

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

Shades of Turkish Rose #A3697C

Tints of Turkish Rose #A3697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.79%

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

R = 41.58%
G = 26.79%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A3697C (or 0xA3697C) is known color: Turkish Rose. HEX triplet: A3, 69 and 7C. RGB value is (163,105,124). Sum of RGB (Red+Green+Blue) = 163+105+124=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A3697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3697C is #5C9683. Grayscale: #7C7C7C. Windows color (decimal): -6067844 or 8153507. OLE color: 8153507.

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

Color convert

RGB 163 105 124 -
CMYK 0 0.36 0.24 0.36
HSL 340.34º 0.24% 0.53% -
HSV(B) 340.34º 0.36% 0.64% -
XYZ 23.79 19.34 21.55 -
YUV 124.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 163 105 124 0 0.36 0.24 0.36 340.34 0.24 0.53
Hex A3 69 7C 0 24 18 24 154 18 35
Octal 243 151 174 0 44 30 44 524 30 65
Binary 10100011 1101001 1111100 0 100100 11000 100100 101010100 11000 110101

Color Harmonies of #A3697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3697C

Black with #A3697C

Text Example


Text Example

White with #A3697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3697C; }

 p { color: rgb(163,105,124); }

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

background-color css

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

 a { background-color: rgb(163,105,124); }

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

border-color css

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

 span { border-color: rgb(163,105,124); }

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