Html Css Color HEX #A56366 Turkish Rose

📋 copy color: '#A56366'

red 165 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #A56366

Tints of Turkish Rose #A56366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 45.08%
G = 27.05%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A56366 (or 0xA56366) is known color: Turkish Rose. HEX triplet: A5, 63 and 66. RGB value is (165,99,102). Sum of RGB (Red+Green+Blue) = 165+99+102=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A56366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56366 is #5A9C99. Grayscale: #777777. Windows color (decimal): -5938330 or 6710181. OLE color: 6710181.

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

Color convert

RGB 165 99 102 -
CMYK 0 0.40 0.38 0.35
HSL 357.27º 0.27% 0.52% -
HSV(B) 357.27º 0.4% 0.65% -
XYZ 22.38 17.88 14.84 -
YUV 119.08 118.37 160.76 -
System Red Green Blue C M Y K H S L
Decimal 165 99 102 0 0.40 0.38 0.35 357.27 0.27 0.52
Hex A5 63 66 0 28 26 23 165 1B 34
Octal 245 143 146 0 50 46 43 545 33 64
Binary 10100101 1100011 1100110 0 101000 100110 100011 101100101 11011 110100

Color Harmonies of #A56366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56366

Black with #A56366

Text Example


Text Example

White with #A56366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56366; }

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

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

background-color css

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

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

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

border-color css

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

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

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