Html Css Color HEX #A56E6F Turkish Rose

📋 copy color: '#A56E6F'

red 165 ◦ green 110 ◦ blue 111

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

Shades of Turkish Rose #A56E6F

Tints of Turkish Rose #A56E6F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.5%

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 42.75%
G = 28.5%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A56E6F (or 0xA56E6F) is known color: Turkish Rose. HEX triplet: A5, 6E and 6F. RGB value is (165,110,111). Sum of RGB (Red+Green+Blue) = 165+110+111=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56E6F is #5A9190. Grayscale: #7E7E7E. Windows color (decimal): -5935505 or 7302821. OLE color: 7302821.

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

Color convert

RGB 165 110 111 -
CMYK 0 0.33 0.33 0.35
HSL 358.91º 0.23% 0.54% -
HSV(B) 358.91º 0.33% 0.65% -
XYZ 23.96 20.3 17.69 -
YUV 126.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 165 110 111 0 0.33 0.33 0.35 358.91 0.23 0.54
Hex A5 6E 6F 0 21 21 23 167 17 36
Octal 245 156 157 0 41 41 43 547 27 66
Binary 10100101 1101110 1101111 0 100001 100001 100011 101100111 10111 110110

Color Harmonies of #A56E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E6F

Black with #A56E6F

Text Example


Text Example

White with #A56E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E6F; }

 p { color: rgb(165,110,111); }

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

background-color css

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

 a { background-color: rgb(165,110,111); }

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

border-color css

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

 span { border-color: rgb(165,110,111); }

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