Html Css Color HEX #A26868 Copper Rose

📋 copy color: '#A26868'

red 162 ◦ green 104 ◦ blue 104

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

Shades of Copper Rose #A26868

Tints of Copper Rose #A26868

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

 BLUE value IS 104 (41.02% from 255) = 28.11%

R = 43.78%
G = 28.11%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A26868 (or 0xA26868) is known color: Copper Rose. HEX triplet: A2, 68 and 68. RGB value is (162,104,104). Sum of RGB (Red+Green+Blue) = 162+104+104=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A26868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26868 is #5D9797. Grayscale: #797979. Windows color (decimal): -6133656 or 6842530. OLE color: 6842530.

HSL color Cylindrical-coordinate representation of color #A26868: hue angle of 0º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A26868 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 104 104 -
CMYK 0 0.36 0.36 0.36
HSL 0.24% 0.52% -
HSV(B) 0.36% 0.64% -
XYZ 22.35 18.58 15.51 -
YUV 121.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 162 104 104 0 0.36 0.36 0.36 0 0.24 0.52
Hex A2 68 68 0 24 24 24 0 18 34
Octal 242 150 150 0 44 44 44 0 30 64
Binary 10100010 1101000 1101000 0 100100 100100 100100 0 11000 110100

Color Harmonies of #A26868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26868

Black with #A26868

Text Example


Text Example

White with #A26868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26868; }

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

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

background-color css

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

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

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

border-color css

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

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

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