Html Css Color HEX #A06365 Turkish Rose

📋 copy color: '#A06365'

red 160 ◦ green 99 ◦ blue 101

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

Shades of Turkish Rose #A06365

Tints of Turkish Rose #A06365

RGB

 RED value IS 160 (62.89% from 255) = 44.44%

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

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

R = 44.44%
G = 27.5%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A06365 (or 0xA06365) is known color: Turkish Rose. HEX triplet: A0, 63 and 65. RGB value is (160,99,101). Sum of RGB (Red+Green+Blue) = 160+99+101=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A06365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06365 is #5F9C9A. Grayscale: #757575. Windows color (decimal): -6266011 or 6644640. OLE color: 6644640.

HSL color Cylindrical-coordinate representation of color #A06365: hue angle of 358.03º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06365 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 99 101 -
CMYK 0 0.38 0.37 0.37
HSL 358.03º 0.24% 0.51% -
HSV(B) 358.03º 0.38% 0.63% -
XYZ 21.31 17.34 14.54 -
YUV 117.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 160 99 101 0 0.38 0.37 0.37 358.03 0.24 0.51
Hex A0 63 65 0 26 25 25 166 18 33
Octal 240 143 145 0 46 45 45 546 30 63
Binary 10100000 1100011 1100101 0 100110 100101 100101 101100110 11000 110011

Color Harmonies of #A06365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06365

Black with #A06365

Text Example


Text Example

White with #A06365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06365; }

 p { color: rgb(160,99,101); }

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

background-color css

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

 a { background-color: rgb(160,99,101); }

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

border-color css

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

 span { border-color: rgb(160,99,101); }

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