Html Css Color HEX #A86060 Copper Rose

📋 copy color: '#A86060'

red 168 ◦ green 96 ◦ blue 96

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

Shades of Copper Rose #A86060

Tints of Copper Rose #A86060

RGB

 RED value IS 168 (66.02% from 255) = 46.67%

 GREEN value IS 96 (37.89% from 255) = 26.67%

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

R = 46.67%
G = 26.67%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A86060 (or 0xA86060) is known color: Copper Rose. HEX triplet: A8, 60 and 60. RGB value is (168,96,96). Sum of RGB (Red+Green+Blue) = 168+96+96=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A86060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86060 is #579F9F. Grayscale: #757575. Windows color (decimal): -5742496 or 6316200. OLE color: 6316200.

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

Color convert

RGB 168 96 96 -
CMYK 0 0.43 0.43 0.34
HSL 0.29% 0.52% -
HSV(B) 0.43% 0.66% -
XYZ 22.44 17.54 13.27 -
YUV 117.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 168 96 96 0 0.43 0.43 0.34 0 0.29 0.52
Hex A8 60 60 0 2B 2B 22 0 1D 34
Octal 250 140 140 0 53 53 42 0 35 64
Binary 10101000 1100000 1100000 0 101011 101011 100010 0 11101 110100

Color Harmonies of #A86060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86060

Black with #A86060

Text Example


Text Example

White with #A86060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86060; }

 p { color: rgb(168,96,96); }

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

background-color css

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

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

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

border-color css

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

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

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