#A06367

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

Shades of Turkish Rose #A06367

Tints of Turkish Rose #A06367

Color information

#A06367 (or 0xA06367) is unknown color: approx Turkish Rose. HEX triplet: A0, 63 and 67. RGB value is (160,99,103). Sum of RGB (Red+Green+Blue) = 160+99+103=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A06367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06367 is #5F9C98. Grayscale: #757575. Windows color (decimal): -6266009 or 6775712. OLE color: 6775712.

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

Color convert

RGB16099103-
CMYK00.380.360.37
HSL356.07º24.3%50.78%-
HSV(B)356.07º38.12%62.75%-
XYZ21.4117.3815.06-
YUV117.7119.71158.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 103 (40.62% from 255) = 28.45%
R=44.20%
G=27.35%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609910300.380.360.37356.0724.350.78
HexA0636702624251641833
Octal24014314704644455443063
Binary1010000011000111100111010011010010010010110110010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06367; }

 p { color: rgb(160,99,103); }

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

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

 a { background-color: rgb(160,99,103); }

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

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

 span { border-color: rgb(160,99,103); }

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