Html Css Color HEX #A56670 Turkish Rose

📋 copy color: '#A56670'

red 165 ◦ green 102 ◦ blue 112

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

Shades of Turkish Rose #A56670

Tints of Turkish Rose #A56670

RGB

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

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

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

R = 43.54%
G = 26.91%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A56670 (or 0xA56670) is known color: Turkish Rose. HEX triplet: A5, 66 and 70. RGB value is (165,102,112). Sum of RGB (Red+Green+Blue) = 165+102+112=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A56670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56670 is #5A998F. Grayscale: #7A7A7A. Windows color (decimal): -5937552 or 7366309. OLE color: 7366309.

HSL color Cylindrical-coordinate representation of color #A56670: hue angle of 350.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A56670 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 102 112 -
CMYK 0 0.38 0.32 0.35
HSL 350.48º 0.26% 0.52% -
HSV(B) 350.48º 0.38% 0.65% -
XYZ 23.19 18.67 17.71 -
YUV 121.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 165 102 112 0 0.38 0.32 0.35 350.48 0.26 0.52
Hex A5 66 70 0 26 20 23 15E 1A 34
Octal 245 146 160 0 46 40 43 536 32 64
Binary 10100101 1100110 1110000 0 100110 100000 100011 101011110 11010 110100

Color Harmonies of #A56670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56670

Black with #A56670

Text Example


Text Example

White with #A56670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56670; }

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

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

background-color css

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

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

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

border-color css

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

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

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