Html Css Color HEX #A36164 Turkish Rose

📋 copy color: '#A36164'

red 163 ◦ green 97 ◦ blue 100

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

Shades of Turkish Rose #A36164

Tints of Turkish Rose #A36164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.94%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 45.28%
G = 26.94%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A36164 (or 0xA36164) is known color: Turkish Rose. HEX triplet: A3, 61 and 64. RGB value is (163,97,100). Sum of RGB (Red+Green+Blue) = 163+97+100=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A36164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36164 is #5C9E9B. Grayscale: #757575. Windows color (decimal): -6069916 or 6578595. OLE color: 6578595.

HSL color Cylindrical-coordinate representation of color #A36164: hue angle of 357.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A36164 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 97 100 -
CMYK 0 0.40 0.39 0.36
HSL 357.27º 0.26% 0.51% -
HSV(B) 357.27º 0.4% 0.64% -
XYZ 21.68 17.26 14.24 -
YUV 117.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 163 97 100 0 0.40 0.39 0.36 357.27 0.26 0.51
Hex A3 61 64 0 28 27 24 165 1A 33
Octal 243 141 144 0 50 47 44 545 32 63
Binary 10100011 1100001 1100100 0 101000 100111 100100 101100101 11010 110011

Color Harmonies of #A36164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36164

Black with #A36164

Text Example


Text Example

White with #A36164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36164; }

 p { color: rgb(163,97,100); }

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

background-color css

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

 a { background-color: rgb(163,97,100); }

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

border-color css

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

 span { border-color: rgb(163,97,100); }

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