Html Css Color HEX #A36C7C Turkish Rose

📋 copy color: '#A36C7C'

red 163 ◦ green 108 ◦ blue 124

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

Shades of Turkish Rose #A36C7C

Tints of Turkish Rose #A36C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 41.27%
G = 27.34%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A36C7C (or 0xA36C7C) is known color: Turkish Rose. HEX triplet: A3, 6C and 7C. RGB value is (163,108,124). Sum of RGB (Red+Green+Blue) = 163+108+124=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36C7C is #5C9383. Grayscale: #7E7E7E. Windows color (decimal): -6067076 or 8154275. OLE color: 8154275.

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

Color convert

RGB 163 108 124 -
CMYK 0 0.34 0.24 0.36
HSL 342.55º 0.23% 0.53% -
HSV(B) 342.55º 0.34% 0.64% -
XYZ 24.1 19.97 21.65 -
YUV 126.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 163 108 124 0 0.34 0.24 0.36 342.55 0.23 0.53
Hex A3 6C 7C 0 22 18 24 157 17 35
Octal 243 154 174 0 42 30 44 527 27 65
Binary 10100011 1101100 1111100 0 100010 11000 100100 101010111 10111 110101

Color Harmonies of #A36C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36C7C

Black with #A36C7C

Text Example


Text Example

White with #A36C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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