Html Css Color HEX #A3606B Turkish Rose

📋 copy color: '#A3606B'

red 163 ◦ green 96 ◦ blue 107

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

Shades of Turkish Rose #A3606B

Tints of Turkish Rose #A3606B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.23%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 44.54%
G = 26.23%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3606B (or 0xA3606B) is known color: Turkish Rose. HEX triplet: A3, 60 and 6B. RGB value is (163,96,107). Sum of RGB (Red+Green+Blue) = 163+96+107=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 163 - color contains mainly: red. Hex color #A3606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3606B is #5C9F94. Grayscale: #757575. Windows color (decimal): -6070165 or 7037091. OLE color: 7037091.

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

Color convert

RGB 163 96 107 -
CMYK 0 0.41 0.34 0.36
HSL 350.15º 0.27% 0.51% -
HSV(B) 350.15º 0.41% 0.64% -
XYZ 21.94 17.21 16.08 -
YUV 117.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 163 96 107 0 0.41 0.34 0.36 350.15 0.27 0.51
Hex A3 60 6B 0 29 22 24 15E 1B 33
Octal 243 140 153 0 51 42 44 536 33 63
Binary 10100011 1100000 1101011 0 101001 100010 100100 101011110 11011 110011

Color Harmonies of #A3606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3606B

Black with #A3606B

Text Example


Text Example

White with #A3606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3606B; }

 p { color: rgb(163,96,107); }

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

background-color css

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

 a { background-color: rgb(163,96,107); }

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

border-color css

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

 span { border-color: rgb(163,96,107); }

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