Html Css Color HEX #A56368 Turkish Rose

📋 copy color: '#A56368'

red 165 ◦ green 99 ◦ blue 104

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

Shades of Turkish Rose #A56368

Tints of Turkish Rose #A56368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.9%

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 44.84%
G = 26.9%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A56368 (or 0xA56368) is known color: Turkish Rose. HEX triplet: A5, 63 and 68. RGB value is (165,99,104). Sum of RGB (Red+Green+Blue) = 165+99+104=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A56368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56368 is #5A9C97. Grayscale: #777777. Windows color (decimal): -5938328 or 6841253. OLE color: 6841253.

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

Color convert

RGB 165 99 104 -
CMYK 0 0.40 0.37 0.35
HSL 355.45º 0.27% 0.52% -
HSV(B) 355.45º 0.4% 0.65% -
XYZ 22.48 17.92 15.37 -
YUV 119.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 165 99 104 0 0.40 0.37 0.35 355.45 0.27 0.52
Hex A5 63 68 0 28 25 23 163 1B 34
Octal 245 143 150 0 50 45 43 543 33 64
Binary 10100101 1100011 1101000 0 101000 100101 100011 101100011 11011 110100

Color Harmonies of #A56368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56368

Black with #A56368

Text Example


Text Example

White with #A56368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56368; }

 p { color: rgb(165,99,104); }

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

background-color css

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

 a { background-color: rgb(165,99,104); }

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

border-color css

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

 span { border-color: rgb(165,99,104); }

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