Html Css Color HEX #A26161 Copper Rose

📋 copy color: '#A26161'

red 162 ◦ green 97 ◦ blue 97

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

Shades of Copper Rose #A26161

Tints of Copper Rose #A26161

RGB

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

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

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

R = 45.51%
G = 27.25%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A26161 (or 0xA26161) is known color: Copper Rose. HEX triplet: A2, 61 and 61. RGB value is (162,97,97). Sum of RGB (Red+Green+Blue) = 162+97+97=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A26161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26161 is #5D9E9E. Grayscale: #747474. Windows color (decimal): -6135455 or 6381986. OLE color: 6381986.

HSL color Cylindrical-coordinate representation of color #A26161: 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.4%. Process color model (Four color, CMYK) of #A26161 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 97 97 -
CMYK 0 0.40 0.40 0.36
HSL 0.26% 0.51% -
HSV(B) 0.4% 0.64% -
XYZ 21.33 17.09 13.48 -
YUV 116.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 162 97 97 0 0.40 0.40 0.36 0 0.26 0.51
Hex A2 61 61 0 28 28 24 0 1A 33
Octal 242 141 141 0 50 50 44 0 32 63
Binary 10100010 1100001 1100001 0 101000 101000 100100 0 11010 110011

Color Harmonies of #A26161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26161

Black with #A26161

Text Example


Text Example

White with #A26161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26161; }

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

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

background-color css

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

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

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

border-color css

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

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

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