Html Css Color HEX #A26461 Copper Rose

📋 copy color: '#A26461'

red 162 ◦ green 100 ◦ blue 97

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

Shades of Copper Rose #A26461

Tints of Copper Rose #A26461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 45.13%
G = 27.86%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A26461 (or 0xA26461) is known color: Copper Rose. HEX triplet: A2, 64 and 61. RGB value is (162,100,97). Sum of RGB (Red+Green+Blue) = 162+100+97=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A26461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26461 is #5D9B9E. Grayscale: #767676. Windows color (decimal): -6134687 or 6382754. OLE color: 6382754.

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

Color convert

RGB 162 100 97 -
CMYK 0 0.38 0.40 0.36
HSL 2.77º 0.26% 0.51% -
HSV(B) 2.77º 0.4% 0.64% -
XYZ 21.62 17.66 13.58 -
YUV 118.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 162 100 97 0 0.38 0.40 0.36 2.77 0.26 0.51
Hex A2 64 61 0 26 28 24 3 1A 33
Octal 242 144 141 0 46 50 44 3 32 63
Binary 10100010 1100100 1100001 0 100110 101000 100100 11 11010 110011

Color Harmonies of #A26461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26461

Black with #A26461

Text Example


Text Example

White with #A26461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26461; }

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

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

background-color css

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

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

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

border-color css

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

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

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