Html Css Color HEX #A26465 Turkish Rose

📋 copy color: '#A26465'

red 162 ◦ green 100 ◦ blue 101

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

Shades of Turkish Rose #A26465

Tints of Turkish Rose #A26465

RGB

 RED value IS 162 (63.67% from 255) = 44.63%

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 44.63%
G = 27.55%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A26465 (or 0xA26465) is known color: Turkish Rose. HEX triplet: A2, 64 and 65. RGB value is (162,100,101). Sum of RGB (Red+Green+Blue) = 162+100+101=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 101 (39.84% from 255 or 27.82% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A26465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26465 is #5D9B9A. Grayscale: #767676. Windows color (decimal): -6134683 or 6644898. OLE color: 6644898.

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

Color convert

RGB 162 100 101 -
CMYK 0 0.38 0.38 0.36
HSL 359.03º 0.25% 0.51% -
HSV(B) 359.03º 0.38% 0.64% -
XYZ 21.81 17.74 14.59 -
YUV 118.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 162 100 101 0 0.38 0.38 0.36 359.03 0.25 0.51
Hex A2 64 65 0 26 26 24 167 19 33
Octal 242 144 145 0 46 46 44 547 31 63
Binary 10100010 1100100 1100101 0 100110 100110 100100 101100111 11001 110011

Color Harmonies of #A26465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26465

Black with #A26465

Text Example


Text Example

White with #A26465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26465; }

 p { color: rgb(162,100,101); }

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

background-color css

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

 a { background-color: rgb(162,100,101); }

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

border-color css

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

 span { border-color: rgb(162,100,101); }

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