Html Css Color HEX #A46362 Copper Rose

📋 copy color: '#A46362'

red 164 ◦ green 99 ◦ blue 98

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

Shades of Copper Rose #A46362

Tints of Copper Rose #A46362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.15%

R = 45.43%
G = 27.42%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A46362 (or 0xA46362) is known color: Copper Rose. HEX triplet: A4, 63 and 62. RGB value is (164,99,98). Sum of RGB (Red+Green+Blue) = 164+99+98=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A46362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46362 is #5B9C9D. Grayscale: #767676. Windows color (decimal): -6003870 or 6448036. OLE color: 6448036.

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

Color convert

RGB 164 99 98 -
CMYK 0 0.40 0.40 0.36
HSL 0.91º 0.27% 0.51% -
HSV(B) 0.91º 0.4% 0.64% -
XYZ 21.98 17.7 13.81 -
YUV 118.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 164 99 98 0 0.40 0.40 0.36 0.91 0.27 0.51
Hex A4 63 62 0 28 28 24 1 1B 33
Octal 244 143 142 0 50 50 44 1 33 63
Binary 10100100 1100011 1100010 0 101000 101000 100100 1 11011 110011

Color Harmonies of #A46362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46362

Black with #A46362

Text Example


Text Example

White with #A46362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46362; }

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

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

background-color css

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

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

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

border-color css

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

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

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