Html Css Color HEX #A3625E Copper Rose

📋 copy color: '#A3625E'

red 163 ◦ green 98 ◦ blue 94

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

Shades of Copper Rose #A3625E

Tints of Copper Rose #A3625E

RGB

 RED value IS 163 (64.06% from 255) = 45.92%

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

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 45.92%
G = 27.61%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3625E (or 0xA3625E) is known color: Copper Rose. HEX triplet: A3, 62 and 5E. RGB value is (163,98,94). Sum of RGB (Red+Green+Blue) = 163+98+94=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 163 - color contains mainly: red. Hex color #A3625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3625E is #5C9DA1. Grayscale: #757575. Windows color (decimal): -6069666 or 6185635. OLE color: 6185635.

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

Color convert

RGB 163 98 94 -
CMYK 0 0.40 0.42 0.36
HSL 3.48º 0.27% 0.5% -
HSV(B) 3.48º 0.42% 0.64% -
XYZ 21.49 17.33 12.8 -
YUV 116.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 163 98 94 0 0.40 0.42 0.36 3.48 0.27 0.5
Hex A3 62 5E 0 28 2A 24 3 1B 32
Octal 243 142 136 0 50 52 44 3 33 62
Binary 10100011 1100010 1011110 0 101000 101010 100100 11 11011 110010

Color Harmonies of #A3625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3625E

Black with #A3625E

Text Example


Text Example

White with #A3625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3625E; }

 p { color: rgb(163,98,94); }

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

background-color css

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

 a { background-color: rgb(163,98,94); }

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

border-color css

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

 span { border-color: rgb(163,98,94); }

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