Html Css Color HEX #A76060 Copper Rose

📋 copy color: '#A76060'

red 167 ◦ green 96 ◦ blue 96

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

Shades of Copper Rose #A76060

Tints of Copper Rose #A76060

RGB

 RED value IS 167 (65.63% from 255) = 46.52%

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

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

R = 46.52%
G = 26.74%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A76060 (or 0xA76060) is known color: Copper Rose. HEX triplet: A7, 60 and 60. RGB value is (167,96,96). Sum of RGB (Red+Green+Blue) = 167+96+96=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A76060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76060 is #589F9F. Grayscale: #757575. Windows color (decimal): -5808032 or 6316199. OLE color: 6316199.

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

Color convert

RGB 167 96 96 -
CMYK 0 0.43 0.43 0.35
HSL 0.29% 0.52% -
HSV(B) 0.43% 0.65% -
XYZ 22.23 17.43 13.26 -
YUV 117.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 167 96 96 0 0.43 0.43 0.35 0 0.29 0.52
Hex A7 60 60 0 2B 2B 23 0 1D 34
Octal 247 140 140 0 53 53 43 0 35 64
Binary 10100111 1100000 1100000 0 101011 101011 100011 0 11101 110100

Color Harmonies of #A76060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76060

Black with #A76060

Text Example


Text Example

White with #A76060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76060; }

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

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

background-color css

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

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

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

border-color css

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

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

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