Html Css Color HEX #A26366 Turkish Rose

📋 copy color: '#A26366'

red 162 ◦ green 99 ◦ blue 102

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

Shades of Turkish Rose #A26366

Tints of Turkish Rose #A26366

RGB

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

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

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

R = 44.63%
G = 27.27%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A26366 (or 0xA26366) is known color: Turkish Rose. HEX triplet: A2, 63 and 66. RGB value is (162,99,102). Sum of RGB (Red+Green+Blue) = 162+99+102=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A26366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26366 is #5D9C99. Grayscale: #767676. Windows color (decimal): -6134938 or 6710178. OLE color: 6710178.

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

Color convert

RGB 162 99 102 -
CMYK 0 0.39 0.37 0.36
HSL 357.14º 0.25% 0.51% -
HSV(B) 357.14º 0.39% 0.64% -
XYZ 21.76 17.56 14.81 -
YUV 118.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 162 99 102 0 0.39 0.37 0.36 357.14 0.25 0.51
Hex A2 63 66 0 27 25 24 165 19 33
Octal 242 143 146 0 47 45 44 545 31 63
Binary 10100010 1100011 1100110 0 100111 100101 100100 101100101 11001 110011

Color Harmonies of #A26366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26366

Black with #A26366

Text Example


Text Example

White with #A26366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26366; }

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

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

background-color css

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

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

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

border-color css

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

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

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