Html Css Color HEX #A26361 Copper Rose

📋 copy color: '#A26361'

red 162 ◦ green 99 ◦ blue 97

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

Shades of Copper Rose #A26361

Tints of Copper Rose #A26361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 45.25%
G = 27.65%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A26361 (or 0xA26361) is known color: Copper Rose. HEX triplet: A2, 63 and 61. RGB value is (162,99,97). Sum of RGB (Red+Green+Blue) = 162+99+97=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A26361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26361 is #5D9C9E. Grayscale: #757575. Windows color (decimal): -6134943 or 6382498. OLE color: 6382498.

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

Color convert

RGB 162 99 97 -
CMYK 0 0.39 0.40 0.36
HSL 1.85º 0.26% 0.51% -
HSV(B) 1.85º 0.4% 0.64% -
XYZ 21.52 17.47 13.55 -
YUV 117.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 162 99 97 0 0.39 0.40 0.36 1.85 0.26 0.51
Hex A2 63 61 0 27 28 24 2 1A 33
Octal 242 143 141 0 47 50 44 2 32 63
Binary 10100010 1100011 1100001 0 100111 101000 100100 10 11010 110011

Color Harmonies of #A26361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26361

Black with #A26361

Text Example


Text Example

White with #A26361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26361; }

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

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

background-color css

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

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

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

border-color css

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

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

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