Html Css Color HEX #A26260 Copper Rose

📋 copy color: '#A26260'

red 162 ◦ green 98 ◦ blue 96

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

Shades of Copper Rose #A26260

Tints of Copper Rose #A26260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

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

R = 45.51%
G = 27.53%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A26260 (or 0xA26260) is known color: Copper Rose. HEX triplet: A2, 62 and 60. RGB value is (162,98,96). Sum of RGB (Red+Green+Blue) = 162+98+96=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A26260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26260 is #5D9D9F. Grayscale: #747474. Windows color (decimal): -6135200 or 6316706. OLE color: 6316706.

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

Color convert

RGB 162 98 96 -
CMYK 0 0.40 0.41 0.36
HSL 1.82º 0.26% 0.51% -
HSV(B) 1.82º 0.41% 0.64% -
XYZ 21.38 17.26 13.27 -
YUV 116.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 162 98 96 0 0.40 0.41 0.36 1.82 0.26 0.51
Hex A2 62 60 0 28 29 24 2 1A 33
Octal 242 142 140 0 50 51 44 2 32 63
Binary 10100010 1100010 1100000 0 101000 101001 100100 10 11010 110011

Color Harmonies of #A26260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26260

Black with #A26260

Text Example


Text Example

White with #A26260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26260; }

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

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

background-color css

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

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

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

border-color css

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

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

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