Html Css Color HEX #A06461 Copper Rose

📋 copy color: '#A06461'

red 160 ◦ green 100 ◦ blue 97

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

Shades of Copper Rose #A06461

Tints of Copper Rose #A06461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.17%

R = 44.82%
G = 28.01%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A06461 (or 0xA06461) is known color: Copper Rose. HEX triplet: A0, 64 and 61. RGB value is (160,100,97). Sum of RGB (Red+Green+Blue) = 160+100+97=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A06461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06461 is #5F9B9E. Grayscale: #757575. Windows color (decimal): -6265759 or 6382752. OLE color: 6382752.

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

Color convert

RGB 160 100 97 -
CMYK 0 0.38 0.39 0.37
HSL 2.86º 0.25% 0.5% -
HSV(B) 2.86º 0.39% 0.63% -
XYZ 21.21 17.45 13.56 -
YUV 117.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 160 100 97 0 0.38 0.39 0.37 2.86 0.25 0.5
Hex A0 64 61 0 26 27 25 3 19 32
Octal 240 144 141 0 46 47 45 3 31 62
Binary 10100000 1100100 1100001 0 100110 100111 100101 11 11001 110010

Color Harmonies of #A06461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06461

Black with #A06461

Text Example


Text Example

White with #A06461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06461; }

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

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

background-color css

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

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

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

border-color css

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

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

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