Html Css Color HEX #A3707A Turkish Rose

📋 copy color: '#A3707A'

red 163 ◦ green 112 ◦ blue 122

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

Shades of Turkish Rose #A3707A

Tints of Turkish Rose #A3707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.73%

R = 41.06%
G = 28.21%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3707A (or 0xA3707A) is known color: Turkish Rose. HEX triplet: A3, 70 and 7A. RGB value is (163,112,122). Sum of RGB (Red+Green+Blue) = 163+112+122=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A3707A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3707A is #5C8F85. Grayscale: #808080. Windows color (decimal): -6066054 or 8024227. OLE color: 8024227.

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

Color convert

RGB 163 112 122 -
CMYK 0 0.31 0.25 0.36
HSL 348.24º 0.22% 0.54% -
HSV(B) 348.24º 0.31% 0.64% -
XYZ 24.41 20.78 21.14 -
YUV 128.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 163 112 122 0 0.31 0.25 0.36 348.24 0.22 0.54
Hex A3 70 7A 0 1F 19 24 15C 16 36
Octal 243 160 172 0 37 31 44 534 26 66
Binary 10100011 1110000 1111010 0 11111 11001 100100 101011100 10110 110110

Color Harmonies of #A3707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3707A

Black with #A3707A

Text Example


Text Example

White with #A3707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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