#A26B70

Color #A26B70 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #A26B70

Tints of Turkish Rose #A26B70

Color information

#A26B70 (or 0xA26B70) is unknown color: approx Turkish Rose. HEX triplet: A2, 6B and 70. RGB value is (162,107,112). Sum of RGB (Red+Green+Blue) = 162+107+112=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26B70 is #5D948F. Grayscale: #7C7C7C. Windows color (decimal): -6132880 or 7367586. OLE color: 7367586.

HSL color Cylindrical-coordinate representation of color #A26B70: hue angle of 354.55º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A26B70 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB162107112-
CMYK00.340.310.36
HSL354.55º22.82%52.75%-
HSV(B)354.55º33.95%63.53%-
XYZ23.0819.3717.85-
YUV124.01121.22155.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=42.52%
G=28.08%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210711200.340.310.36354.5522.8252.75
HexA26B700221F241631735
Octal24215316004237445432765
Binary101000101101011111000001000101111110010010110001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B70; }

 p { color: rgb(162,107,112); }

 H1.HeaderClassName
 {
   color: #A26B70;
 }
 .AnyTagClassName
 {
   color: #A26B70;
 }
</style>
background-color css

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

 a { background-color: rgb(162,107,112); }

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

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

 span { border-color: rgb(162,107,112); }

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