Html Css Color HEX #A06361 Copper Rose

📋 copy color: '#A06361'

red 160 ◦ green 99 ◦ blue 97

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

Shades of Copper Rose #A06361

Tints of Copper Rose #A06361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 44.94%
G = 27.81%
B = 27.25%

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

#A06361 (or 0xA06361) is known color: Copper Rose. HEX triplet: A0, 63 and 61. RGB value is (160,99,97). Sum of RGB (Red+Green+Blue) = 160+99+97=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A06361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06361 is #5F9C9E. Grayscale: #757575. Windows color (decimal): -6266015 or 6382496. OLE color: 6382496.

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

Color convert

RGB 160 99 97 -
CMYK 0 0.38 0.39 0.37
HSL 1.9º 0.25% 0.5% -
HSV(B) 1.9º 0.39% 0.63% -
XYZ 21.12 17.26 13.53 -
YUV 117.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 160 99 97 0 0.38 0.39 0.37 1.9 0.25 0.5
Hex A0 63 61 0 26 27 25 2 19 32
Octal 240 143 141 0 46 47 45 2 31 62
Binary 10100000 1100011 1100001 0 100110 100111 100101 10 11001 110010

Color Harmonies of #A06361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06361

Black with #A06361

Text Example


Text Example

White with #A06361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06361; }

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

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

background-color css

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

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

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

border-color css

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

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

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