Html Css Color HEX #A56B6E Turkish Rose

📋 copy color: '#A56B6E'

red 165 ◦ green 107 ◦ blue 110

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

Shades of Turkish Rose #A56B6E

Tints of Turkish Rose #A56B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 43.19%
G = 28.01%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A56B6E (or 0xA56B6E) is known color: Turkish Rose. HEX triplet: A5, 6B and 6E. RGB value is (165,107,110). Sum of RGB (Red+Green+Blue) = 165+107+110=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B6E is #5A9491. Grayscale: #7C7C7C. Windows color (decimal): -5936274 or 7236517. OLE color: 7236517.

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

Color convert

RGB 165 107 110 -
CMYK 0 0.35 0.33 0.35
HSL 356.9º 0.24% 0.53% -
HSV(B) 356.9º 0.35% 0.65% -
XYZ 23.59 19.64 17.3 -
YUV 124.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 165 107 110 0 0.35 0.33 0.35 356.9 0.24 0.53
Hex A5 6B 6E 0 23 21 23 165 18 35
Octal 245 153 156 0 43 41 43 545 30 65
Binary 10100101 1101011 1101110 0 100011 100001 100011 101100101 11000 110101

Color Harmonies of #A56B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B6E

Black with #A56B6E

Text Example


Text Example

White with #A56B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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