#A26A7A

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

Shades of Turkish Rose #A26A7A

Tints of Turkish Rose #A26A7A

Color information

#A26A7A (or 0xA26A7A) is unknown color: approx Turkish Rose. HEX triplet: A2, 6A and 7A. RGB value is (162,106,122). Sum of RGB (Red+Green+Blue) = 162+106+122=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 162 - color contains mainly: red. Hex color #A26A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26A7A is #5D9585. Grayscale: #7C7C7C. Windows color (decimal): -6133126 or 8022690. OLE color: 8022690.

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

Color convert

RGB162106122-
CMYK00.350.250.36
HSL342.86º23.14%52.55%-
HSV(B)342.86º34.57%63.53%-
XYZ23.5719.3920.91-
YUV124.57126.55154.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=41.54%
G=27.18%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210612200.350.250.36342.8623.1452.55
HexA26A7A02319241571735
Octal24215217204331445272765
Binary101000101101010111101001000111100110010010101011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26A7A; }

 p { color: rgb(162,106,122); }

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

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

 a { background-color: rgb(162,106,122); }

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

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

 span { border-color: rgb(162,106,122); }

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