Html Css Color HEX #A06464 Copper Rose

📋 copy color: '#A06464'

red 160 ◦ green 100 ◦ blue 100

#A06464
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rose #A06464

Tints of Copper Rose #A06464

RGB

 RED value IS 160 (62.89% from 255) = 44.44%

 GREEN value IS 100 (39.45% from 255) = 27.78%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 44.44%
G = 27.78%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A06464 (or 0xA06464) is known color: Copper Rose. HEX triplet: A0, 64 and 64. RGB value is (160,100,100). Sum of RGB (Red+Green+Blue) = 160+100+100=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A06464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06464 is #5F9B9B. Grayscale: #767676. Windows color (decimal): -6265756 or 6579360. OLE color: 6579360.

HSL color Cylindrical-coordinate representation of color #A06464: hue angle of 0º 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 #A06464 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 100 -
CMYK 0 0.38 0.38 0.37
HSL 0.24% 0.51% -
HSV(B) 0.38% 0.63% -
XYZ 21.35 17.51 14.31 -
YUV 117.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 160 100 100 0 0.38 0.38 0.37 0 0.24 0.51
Hex A0 64 64 0 26 26 25 0 18 33
Octal 240 144 144 0 46 46 45 0 30 63
Binary 10100000 1100100 1100100 0 100110 100110 100101 0 11000 110011

Color Harmonies of #A06464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06464

Black with #A06464

Text Example


Text Example

White with #A06464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06464; }

 p { color: rgb(160,100,100); }

 H1.HeaderClassName
 {
   color: #A06464;
 }
 .AnyTagClassName
 {
   color: #A06464;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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