Html Css Color HEX #A76363 Copper Rose

📋 copy color: '#A76363'

red 167 ◦ green 99 ◦ blue 99

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

Shades of Copper Rose #A76363

Tints of Copper Rose #A76363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 45.75%
G = 27.12%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A76363 (or 0xA76363) is known color: Copper Rose. HEX triplet: A7, 63 and 63. RGB value is (167,99,99). Sum of RGB (Red+Green+Blue) = 167+99+99=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A76363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76363 is #589C9C. Grayscale: #777777. Windows color (decimal): -5807261 or 6513575. OLE color: 6513575.

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

Color convert

RGB 167 99 99 -
CMYK 0 0.41 0.41 0.35
HSL 0.28% 0.52% -
HSV(B) 0.41% 0.65% -
XYZ 22.65 18.04 14.09 -
YUV 119.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 167 99 99 0 0.41 0.41 0.35 0 0.28 0.52
Hex A7 63 63 0 29 29 23 0 1C 34
Octal 247 143 143 0 51 51 43 0 34 64
Binary 10100111 1100011 1100011 0 101001 101001 100011 0 11100 110100

Color Harmonies of #A76363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76363

Black with #A76363

Text Example


Text Example

White with #A76363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76363; }

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

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

background-color css

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

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

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

border-color css

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

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

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