Html Css Color HEX #A56065 Turkish Rose

📋 copy color: '#A56065'

red 165 ◦ green 96 ◦ blue 101

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

Shades of Turkish Rose #A56065

Tints of Turkish Rose #A56065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 101 (39.84% from 255) = 27.9%

R = 45.58%
G = 26.52%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A56065 (or 0xA56065) is known color: Turkish Rose. HEX triplet: A5, 60 and 65. RGB value is (165,96,101). Sum of RGB (Red+Green+Blue) = 165+96+101=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A56065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56065 is #5A9F9A. Grayscale: #757575. Windows color (decimal): -5939099 or 6643877. OLE color: 6643877.

HSL color Cylindrical-coordinate representation of color #A56065: hue angle of 355.65º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56065 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 96 101 -
CMYK 0 0.42 0.39 0.35
HSL 355.65º 0.28% 0.51% -
HSV(B) 355.65º 0.42% 0.65% -
XYZ 22.05 17.3 14.49 -
YUV 117.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 165 96 101 0 0.42 0.39 0.35 355.65 0.28 0.51
Hex A5 60 65 0 2A 27 23 164 1C 33
Octal 245 140 145 0 52 47 43 544 34 63
Binary 10100101 1100000 1100101 0 101010 100111 100011 101100100 11100 110011

Color Harmonies of #A56065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56065

Black with #A56065

Text Example


Text Example

White with #A56065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56065; }

 p { color: rgb(165,96,101); }

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

background-color css

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

 a { background-color: rgb(165,96,101); }

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

border-color css

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

 span { border-color: rgb(165,96,101); }

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