Html Css Color HEX #A56B78 Turkish Rose

📋 copy color: '#A56B78'

red 165 ◦ green 107 ◦ blue 120

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

Shades of Turkish Rose #A56B78

Tints of Turkish Rose #A56B78

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.3%

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 42.09%
G = 27.3%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A56B78 (or 0xA56B78) is known color: Turkish Rose. HEX triplet: A5, 6B and 78. RGB value is (165,107,120). Sum of RGB (Red+Green+Blue) = 165+107+120=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B78 is #5A9487. Grayscale: #7D7D7D. Windows color (decimal): -5936264 or 7891877. OLE color: 7891877.

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

Color convert

RGB 165 107 120 -
CMYK 0 0.35 0.27 0.35
HSL 346.55º 0.24% 0.53% -
HSV(B) 346.55º 0.35% 0.65% -
XYZ 24.16 19.87 20.33 -
YUV 125.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 165 107 120 0 0.35 0.27 0.35 346.55 0.24 0.53
Hex A5 6B 78 0 23 1B 23 15B 18 35
Octal 245 153 170 0 43 33 43 533 30 65
Binary 10100101 1101011 1111000 0 100011 11011 100011 101011011 11000 110101

Color Harmonies of #A56B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B78

Black with #A56B78

Text Example


Text Example

White with #A56B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B78; }

 p { color: rgb(165,107,120); }

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

background-color css

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

 a { background-color: rgb(165,107,120); }

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

border-color css

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

 span { border-color: rgb(165,107,120); }

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