Html Css Color HEX #A56E7D Turkish Rose

📋 copy color: '#A56E7D'

red 165 ◦ green 110 ◦ blue 125

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

Shades of Turkish Rose #A56E7D

Tints of Turkish Rose #A56E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 41.25%
G = 27.5%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A56E7D (or 0xA56E7D) is known color: Turkish Rose. HEX triplet: A5, 6E and 7D. RGB value is (165,110,125). Sum of RGB (Red+Green+Blue) = 165+110+125=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56E7D is #5A9182. Grayscale: #808080. Windows color (decimal): -5935491 or 8220325. OLE color: 8220325.

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

Color convert

RGB 165 110 125 -
CMYK 0 0.33 0.24 0.35
HSL 343.64º 0.23% 0.54% -
HSV(B) 343.64º 0.33% 0.65% -
XYZ 24.79 20.63 22.08 -
YUV 128.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 165 110 125 0 0.33 0.24 0.35 343.64 0.23 0.54
Hex A5 6E 7D 0 21 18 23 158 17 36
Octal 245 156 175 0 41 30 43 530 27 66
Binary 10100101 1101110 1111101 0 100001 11000 100011 101011000 10111 110110

Color Harmonies of #A56E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56E7D

Black with #A56E7D

Text Example


Text Example

White with #A56E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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