#A06B67

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

Shades of Copper Rose #A06B67

Tints of Copper Rose #A06B67

Color information

#A06B67 (or 0xA06B67) is unknown color: approx Copper Rose. HEX triplet: A0, 6B and 67. RGB value is (160,107,103). Sum of RGB (Red+Green+Blue) = 160+107+103=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06B67 is #5F9498. Grayscale: #7A7A7A. Windows color (decimal): -6263961 or 6777760. OLE color: 6777760.

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

Color convert

RGB160107103-
CMYK00.330.360.37
HSL4.21º23.08%51.57%-
HSV(B)4.21º35.62%62.75%-
XYZ22.218.9715.32-
YUV122.39117.06154.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 107 (42.19% from 255) = 28.92%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=43.24%
G=28.92%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16010710300.330.360.374.2123.0851.57
HexA06B67021242541734
Octal240153147041444542764
Binary1010000011010111100111010000110010010010110010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06B67; }

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

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

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

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

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

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

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

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