Html Css Color HEX #A3707B Turkish Rose

📋 copy color: '#A3707B'

red 163 ◦ green 112 ◦ blue 123

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

Shades of Turkish Rose #A3707B

Tints of Turkish Rose #A3707B

RGB

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

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

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

R = 40.95%
G = 28.14%
B = 30.9%

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

#A3707B (or 0xA3707B) is known color: Turkish Rose. HEX triplet: A3, 70 and 7B. RGB value is (163,112,123). Sum of RGB (Red+Green+Blue) = 163+112+123=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A3707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3707B is #5C8F84. Grayscale: #808080. Windows color (decimal): -6066053 or 8089763. OLE color: 8089763.

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

Color convert

RGB 163 112 123 -
CMYK 0 0.31 0.25 0.36
HSL 347.06º 0.22% 0.54% -
HSV(B) 347.06º 0.31% 0.64% -
XYZ 24.47 20.8 21.46 -
YUV 128.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 163 112 123 0 0.31 0.25 0.36 347.06 0.22 0.54
Hex A3 70 7B 0 1F 19 24 15B 16 36
Octal 243 160 173 0 37 31 44 533 26 66
Binary 10100011 1110000 1111011 0 11111 11001 100100 101011011 10110 110110

Color Harmonies of #A3707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3707B

Black with #A3707B

Text Example


Text Example

White with #A3707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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