Html Css Color HEX #A46261 Copper Rose

📋 copy color: '#A46261'

red 164 ◦ green 98 ◦ blue 97

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

Shades of Copper Rose #A46261

Tints of Copper Rose #A46261

RGB

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

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

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

R = 45.68%
G = 27.3%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A46261 (or 0xA46261) is known color: Copper Rose. HEX triplet: A4, 62 and 61. RGB value is (164,98,97). Sum of RGB (Red+Green+Blue) = 164+98+97=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A46261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46261 is #5B9D9E. Grayscale: #757575. Windows color (decimal): -6004127 or 6382244. OLE color: 6382244.

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

Color convert

RGB 164 98 97 -
CMYK 0 0.40 0.41 0.36
HSL 0.9º 0.27% 0.51% -
HSV(B) 0.9º 0.41% 0.64% -
XYZ 21.84 17.49 13.53 -
YUV 117.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 164 98 97 0 0.40 0.41 0.36 0.9 0.27 0.51
Hex A4 62 61 0 28 29 24 1 1B 33
Octal 244 142 141 0 50 51 44 1 33 63
Binary 10100100 1100010 1100001 0 101000 101001 100100 1 11011 110011

Color Harmonies of #A46261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46261

Black with #A46261

Text Example


Text Example

White with #A46261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46261; }

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

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

background-color css

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

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

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

border-color css

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

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

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