Html Css Color HEX #A46868 Copper Rose

📋 copy color: '#A46868'

red 164 ◦ green 104 ◦ blue 104

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

Shades of Copper Rose #A46868

Tints of Copper Rose #A46868

RGB

 RED value IS 164 (64.45% from 255) = 44.09%

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

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

R = 44.09%
G = 27.96%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A46868 (or 0xA46868) is known color: Copper Rose. HEX triplet: A4, 68 and 68. RGB value is (164,104,104). Sum of RGB (Red+Green+Blue) = 164+104+104=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A46868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46868 is #5B9797. Grayscale: #7A7A7A. Windows color (decimal): -6002584 or 6842532. OLE color: 6842532.

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

Color convert

RGB 164 104 104 -
CMYK 0 0.37 0.37 0.36
HSL 0.25% 0.53% -
HSV(B) 0.37% 0.64% -
XYZ 22.76 18.79 15.52 -
YUV 121.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 164 104 104 0 0.37 0.37 0.36 0 0.25 0.53
Hex A4 68 68 0 25 25 24 0 19 35
Octal 244 150 150 0 45 45 44 0 31 65
Binary 10100100 1101000 1101000 0 100101 100101 100100 0 11001 110101

Color Harmonies of #A46868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46868

Black with #A46868

Text Example


Text Example

White with #A46868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46868; }

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

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

background-color css

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

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

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

border-color css

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

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

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