Html Css Color HEX #A36C70 Turkish Rose

📋 copy color: '#A36C70'

red 163 ◦ green 108 ◦ blue 112

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

Shades of Turkish Rose #A36C70

Tints of Turkish Rose #A36C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

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

R = 42.56%
G = 28.2%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A36C70 (or 0xA36C70) is known color: Turkish Rose. HEX triplet: A3, 6C and 70. RGB value is (163,108,112). Sum of RGB (Red+Green+Blue) = 163+108+112=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C70 is #5C938F. Grayscale: #7C7C7C. Windows color (decimal): -6067088 or 7367843. OLE color: 7367843.

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

Color convert

RGB 163 108 112 -
CMYK 0 0.34 0.31 0.36
HSL 355.64º 0.23% 0.53% -
HSV(B) 355.64º 0.34% 0.64% -
XYZ 23.39 19.68 17.9 -
YUV 124.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 163 108 112 0 0.34 0.31 0.36 355.64 0.23 0.53
Hex A3 6C 70 0 22 1F 24 164 17 35
Octal 243 154 160 0 42 37 44 544 27 65
Binary 10100011 1101100 1110000 0 100010 11111 100100 101100100 10111 110101

Color Harmonies of #A36C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C70

Black with #A36C70

Text Example


Text Example

White with #A36C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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