Html Css Color HEX #A06265 Turkish Rose

📋 copy color: '#A06265'

red 160 ◦ green 98 ◦ blue 101

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

Shades of Turkish Rose #A06265

Tints of Turkish Rose #A06265

RGB

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

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

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

R = 44.57%
G = 27.3%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A06265 (or 0xA06265) is known color: Turkish Rose. HEX triplet: A0, 62 and 65. RGB value is (160,98,101). Sum of RGB (Red+Green+Blue) = 160+98+101=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A06265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06265 is #5F9D9A. Grayscale: #747474. Windows color (decimal): -6266267 or 6644384. OLE color: 6644384.

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

Color convert

RGB 160 98 101 -
CMYK 0 0.39 0.37 0.37
HSL 357.1º 0.25% 0.51% -
HSV(B) 357.1º 0.39% 0.63% -
XYZ 21.21 17.15 14.5 -
YUV 116.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 160 98 101 0 0.39 0.37 0.37 357.1 0.25 0.51
Hex A0 62 65 0 27 25 25 165 19 33
Octal 240 142 145 0 47 45 45 545 31 63
Binary 10100000 1100010 1100101 0 100111 100101 100101 101100101 11001 110011

Color Harmonies of #A06265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06265

Black with #A06265

Text Example


Text Example

White with #A06265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06265; }

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

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

background-color css

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

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

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

border-color css

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

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

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