Html Css Color HEX #A26060 Copper Rose

📋 copy color: '#A26060'

red 162 ◦ green 96 ◦ blue 96

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

Shades of Copper Rose #A26060

Tints of Copper Rose #A26060

RGB

 RED value IS 162 (63.67% from 255) = 45.76%

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 45.76%
G = 27.12%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A26060 (or 0xA26060) is known color: Copper Rose. HEX triplet: A2, 60 and 60. RGB value is (162,96,96). Sum of RGB (Red+Green+Blue) = 162+96+96=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A26060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26060 is #5D9F9F. Grayscale: #737373. Windows color (decimal): -6135712 or 6316194. OLE color: 6316194.

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

Color convert

RGB 162 96 96 -
CMYK 0 0.41 0.41 0.36
HSL 0.26% 0.51% -
HSV(B) 0.41% 0.64% -
XYZ 21.19 16.89 13.21 -
YUV 115.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 162 96 96 0 0.41 0.41 0.36 0 0.26 0.51
Hex A2 60 60 0 29 29 24 0 1A 33
Octal 242 140 140 0 51 51 44 0 32 63
Binary 10100010 1100000 1100000 0 101001 101001 100100 0 11010 110011

Color Harmonies of #A26060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26060

Black with #A26060

Text Example


Text Example

White with #A26060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26060; }

 p { color: rgb(162,96,96); }

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

background-color css

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

 a { background-color: rgb(162,96,96); }

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

border-color css

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

 span { border-color: rgb(162,96,96); }

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