Html Css Color HEX #A36670 Turkish Rose

📋 copy color: '#A36670'

red 163 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #A36670

Tints of Turkish Rose #A36670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 43.24%
G = 27.06%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A36670 (or 0xA36670) is known color: Turkish Rose. HEX triplet: A3, 66 and 70. RGB value is (163,102,112). Sum of RGB (Red+Green+Blue) = 163+102+112=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A36670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36670 is #5C998F. Grayscale: #797979. Windows color (decimal): -6068624 or 7366307. OLE color: 7366307.

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

Color convert

RGB 163 102 112 -
CMYK 0 0.37 0.31 0.36
HSL 350.16º 0.25% 0.52% -
HSV(B) 350.16º 0.37% 0.64% -
XYZ 22.78 18.46 17.69 -
YUV 121.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 163 102 112 0 0.37 0.31 0.36 350.16 0.25 0.52
Hex A3 66 70 0 25 1F 24 15E 19 34
Octal 243 146 160 0 45 37 44 536 31 64
Binary 10100011 1100110 1110000 0 100101 11111 100100 101011110 11001 110100

Color Harmonies of #A36670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36670

Black with #A36670

Text Example


Text Example

White with #A36670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36670; }

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

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

background-color css

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

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

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

border-color css

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

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

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