Html Css Color HEX #A26360 Copper Rose

📋 copy color: '#A26360'

red 162 ◦ green 99 ◦ blue 96

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

Shades of Copper Rose #A26360

Tints of Copper Rose #A26360

RGB

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

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

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

R = 45.38%
G = 27.73%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A26360 (or 0xA26360) is known color: Copper Rose. HEX triplet: A2, 63 and 60. RGB value is (162,99,96). Sum of RGB (Red+Green+Blue) = 162+99+96=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A26360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26360 is #5D9C9F. Grayscale: #757575. Windows color (decimal): -6134944 or 6316962. OLE color: 6316962.

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

Color convert

RGB 162 99 96 -
CMYK 0 0.39 0.41 0.36
HSL 2.73º 0.26% 0.51% -
HSV(B) 2.73º 0.41% 0.64% -
XYZ 21.47 17.45 13.3 -
YUV 117.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 162 99 96 0 0.39 0.41 0.36 2.73 0.26 0.51
Hex A2 63 60 0 27 29 24 3 1A 33
Octal 242 143 140 0 47 51 44 3 32 63
Binary 10100010 1100011 1100000 0 100111 101001 100100 11 11010 110011

Color Harmonies of #A26360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26360

Black with #A26360

Text Example


Text Example

White with #A26360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26360; }

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

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

background-color css

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

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

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

border-color css

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

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

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