#A26769

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

Shades of Turkish Rose #A26769

Tints of Turkish Rose #A26769

Color information

#A26769 (or 0xA26769) is unknown color: approx Turkish Rose. HEX triplet: A2, 67 and 69. RGB value is (162,103,105). Sum of RGB (Red+Green+Blue) = 162+103+105=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A26769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26769 is #5D9896. Grayscale: #787878. Windows color (decimal): -6133911 or 6907810. OLE color: 6907810.

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

Color convert

RGB162103105-
CMYK00.360.350.36
HSL357.97º24.08%51.96%-
HSV(B)357.97º36.42%63.53%-
XYZ22.318.415.74-
YUV120.87119.05157.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=43.78%
G=27.84%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210310500.360.350.36357.9724.0851.96
HexA2676902423241661834
Octal24214715104443445463064
Binary1010001011001111101001010010010001110010010110011011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26769; }

 p { color: rgb(162,103,105); }

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

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

 a { background-color: rgb(162,103,105); }

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

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

 span { border-color: rgb(162,103,105); }

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