Html Css Color HEX #A3625F Copper Rose

📋 copy color: '#A3625F'

red 163 ◦ green 98 ◦ blue 95

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

Shades of Copper Rose #A3625F

Tints of Copper Rose #A3625F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.69%

R = 45.79%
G = 27.53%
B = 26.69%

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

#A3625F (or 0xA3625F) is known color: Copper Rose. HEX triplet: A3, 62 and 5F. RGB value is (163,98,95). Sum of RGB (Red+Green+Blue) = 163+98+95=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 163 - color contains mainly: red. Hex color #A3625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3625F is #5C9DA0. Grayscale: #757575. Windows color (decimal): -6069665 or 6251171. OLE color: 6251171.

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

Color convert

RGB 163 98 95 -
CMYK 0 0.40 0.42 0.36
HSL 2.65º 0.27% 0.51% -
HSV(B) 2.65º 0.42% 0.64% -
XYZ 21.54 17.35 13.04 -
YUV 117.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 163 98 95 0 0.40 0.42 0.36 2.65 0.27 0.51
Hex A3 62 5F 0 28 2A 24 3 1B 33
Octal 243 142 137 0 50 52 44 3 33 63
Binary 10100011 1100010 1011111 0 101000 101010 100100 11 11011 110011

Color Harmonies of #A3625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3625F

Black with #A3625F

Text Example


Text Example

White with #A3625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3625F; }

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

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

background-color css

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

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

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

border-color css

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

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

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