Html Css Color HEX #A76261 Copper Rose

📋 copy color: '#A76261'

red 167 ◦ green 98 ◦ blue 97

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

Shades of Copper Rose #A76261

Tints of Copper Rose #A76261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

 BLUE value IS 97 (38.28% from 255) = 26.8%

R = 46.13%
G = 27.07%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A76261 (or 0xA76261) is known color: Copper Rose. HEX triplet: A7, 62 and 61. RGB value is (167,98,97). Sum of RGB (Red+Green+Blue) = 167+98+97=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A76261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76261 is #589D9E. Grayscale: #767676. Windows color (decimal): -5807519 or 6382247. OLE color: 6382247.

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

Color convert

RGB 167 98 97 -
CMYK 0 0.41 0.42 0.35
HSL 0.86º 0.28% 0.52% -
HSV(B) 0.86º 0.42% 0.65% -
XYZ 22.46 17.81 13.56 -
YUV 118.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 167 98 97 0 0.41 0.42 0.35 0.86 0.28 0.52
Hex A7 62 61 0 29 2A 23 1 1C 34
Octal 247 142 141 0 51 52 43 1 34 64
Binary 10100111 1100010 1100001 0 101001 101010 100011 1 11100 110100

Color Harmonies of #A76261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76261

Black with #A76261

Text Example


Text Example

White with #A76261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76261; }

 p { color: rgb(167,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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