Html Css Color HEX #A56263 Turkish Rose

📋 copy color: '#A56263'

red 165 ◦ green 98 ◦ blue 99

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

Shades of Turkish Rose #A56263

Tints of Turkish Rose #A56263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

 BLUE value IS 99 (39.06% from 255) = 27.35%

R = 45.58%
G = 27.07%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A56263 (or 0xA56263) is known color: Turkish Rose. HEX triplet: A5, 62 and 63. RGB value is (165,98,99). Sum of RGB (Red+Green+Blue) = 165+98+99=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A56263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56263 is #5A9D9C. Grayscale: #767676. Windows color (decimal): -5938589 or 6513317. OLE color: 6513317.

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

Color convert

RGB 165 98 99 -
CMYK 0 0.41 0.40 0.35
HSL 359.1º 0.27% 0.52% -
HSV(B) 359.1º 0.41% 0.65% -
XYZ 22.14 17.64 14.04 -
YUV 118.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 165 98 99 0 0.41 0.40 0.35 359.1 0.27 0.52
Hex A5 62 63 0 29 28 23 167 1B 34
Octal 245 142 143 0 51 50 43 547 33 64
Binary 10100101 1100010 1100011 0 101001 101000 100011 101100111 11011 110100

Color Harmonies of #A56263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56263

Black with #A56263

Text Example


Text Example

White with #A56263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56263; }

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

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

background-color css

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

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

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

border-color css

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

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

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