Html Css Color HEX #A56C7C Turkish Rose

📋 copy color: '#A56C7C'

red 165 ◦ green 108 ◦ blue 124

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

Shades of Turkish Rose #A56C7C

Tints of Turkish Rose #A56C7C

RGB

 RED value IS 165 (64.84% from 255) = 41.56%

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

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

R = 41.56%
G = 27.2%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A56C7C (or 0xA56C7C) is known color: Turkish Rose. HEX triplet: A5, 6C and 7C. RGB value is (165,108,124). Sum of RGB (Red+Green+Blue) = 165+108+124=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A56C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56C7C is #5A9383. Grayscale: #7E7E7E. Windows color (decimal): -5936004 or 8154277. OLE color: 8154277.

HSL color Cylindrical-coordinate representation of color #A56C7C: hue angle of 343.16º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A56C7C is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 108 124 -
CMYK 0 0.35 0.25 0.35
HSL 343.16º 0.24% 0.54% -
HSV(B) 343.16º 0.35% 0.65% -
XYZ 24.52 20.18 21.67 -
YUV 126.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 165 108 124 0 0.35 0.25 0.35 343.16 0.24 0.54
Hex A5 6C 7C 0 23 19 23 157 18 36
Octal 245 154 174 0 43 31 43 527 30 66
Binary 10100101 1101100 1111100 0 100011 11001 100011 101010111 11000 110110

Color Harmonies of #A56C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56C7C

Black with #A56C7C

Text Example


Text Example

White with #A56C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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