Html Css Color HEX #A3606D Turkish Rose

📋 copy color: '#A3606D'

red 163 ◦ green 96 ◦ blue 109

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

Shades of Turkish Rose #A3606D

Tints of Turkish Rose #A3606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 44.29%
G = 26.09%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3606D (or 0xA3606D) is known color: Turkish Rose. HEX triplet: A3, 60 and 6D. RGB value is (163,96,109). Sum of RGB (Red+Green+Blue) = 163+96+109=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A3606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3606D is #5C9F92. Grayscale: #757575. Windows color (decimal): -6070163 or 7168163. OLE color: 7168163.

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

Color convert

RGB 163 96 109 -
CMYK 0 0.41 0.33 0.36
HSL 348.36º 0.27% 0.51% -
HSV(B) 348.36º 0.41% 0.64% -
XYZ 22.05 17.26 16.64 -
YUV 117.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 163 96 109 0 0.41 0.33 0.36 348.36 0.27 0.51
Hex A3 60 6D 0 29 21 24 15C 1B 33
Octal 243 140 155 0 51 41 44 534 33 63
Binary 10100011 1100000 1101101 0 101001 100001 100100 101011100 11011 110011

Color Harmonies of #A3606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3606D

Black with #A3606D

Text Example


Text Example

White with #A3606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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