Html Css Color HEX #A26160 Copper Rose

📋 copy color: '#A26160'

red 162 ◦ green 97 ◦ blue 96

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

Shades of Copper Rose #A26160

Tints of Copper Rose #A26160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 45.63%
G = 27.32%
B = 27.04%

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

#A26160 (or 0xA26160) is known color: Copper Rose. HEX triplet: A2, 61 and 60. RGB value is (162,97,96). Sum of RGB (Red+Green+Blue) = 162+97+96=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A26160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26160 is #5D9E9F. Grayscale: #747474. Windows color (decimal): -6135456 or 6316450. OLE color: 6316450.

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

Color convert

RGB 162 97 96 -
CMYK 0 0.40 0.41 0.36
HSL 0.91º 0.26% 0.51% -
HSV(B) 0.91º 0.41% 0.64% -
XYZ 21.29 17.08 13.24 -
YUV 116.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 162 97 96 0 0.40 0.41 0.36 0.91 0.26 0.51
Hex A2 61 60 0 28 29 24 1 1A 33
Octal 242 141 140 0 50 51 44 1 32 63
Binary 10100010 1100001 1100000 0 101000 101001 100100 1 11010 110011

Color Harmonies of #A26160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26160

Black with #A26160

Text Example


Text Example

White with #A26160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26160; }

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

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

background-color css

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

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

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

border-color css

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

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

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