Html Css Color HEX #A26362 Copper Rose

📋 copy color: '#A26362'

red 162 ◦ green 99 ◦ blue 98

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

Shades of Copper Rose #A26362

Tints of Copper Rose #A26362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 45.13%
G = 27.58%
B = 27.3%

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

#A26362 (or 0xA26362) is known color: Copper Rose. HEX triplet: A2, 63 and 62. RGB value is (162,99,98). Sum of RGB (Red+Green+Blue) = 162+99+98=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A26362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26362 is #5D9C9D. Grayscale: #757575. Windows color (decimal): -6134942 or 6448034. OLE color: 6448034.

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

Color convert

RGB 162 99 98 -
CMYK 0 0.39 0.40 0.36
HSL 0.94º 0.26% 0.51% -
HSV(B) 0.94º 0.4% 0.64% -
XYZ 21.57 17.49 13.79 -
YUV 117.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 162 99 98 0 0.39 0.40 0.36 0.94 0.26 0.51
Hex A2 63 62 0 27 28 24 1 1A 33
Octal 242 143 142 0 47 50 44 1 32 63
Binary 10100010 1100011 1100010 0 100111 101000 100100 1 11010 110011

Color Harmonies of #A26362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26362

Black with #A26362

Text Example


Text Example

White with #A26362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26362; }

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

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

background-color css

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

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

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

border-color css

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

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

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