Html Css Color HEX #A45F5E Copper Rose

📋 copy color: '#A45F5E'

red 164 ◦ green 95 ◦ blue 94

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

Shades of Copper Rose #A45F5E

Tints of Copper Rose #A45F5E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.91%

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

R = 46.46%
G = 26.91%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A45F5E (or 0xA45F5E) is known color: Copper Rose. HEX triplet: A4, 5F and 5E. RGB value is (164,95,94). Sum of RGB (Red+Green+Blue) = 164+95+94=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A45F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45F5E is #5BA0A1. Grayscale: #737373. Windows color (decimal): -6004898 or 6184868. OLE color: 6184868.

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

Color convert

RGB 164 95 94 -
CMYK 0 0.42 0.43 0.36
HSL 0.86º 0.28% 0.51% -
HSV(B) 0.86º 0.43% 0.64% -
XYZ 21.42 16.89 12.72 -
YUV 115.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 164 95 94 0 0.42 0.43 0.36 0.86 0.28 0.51
Hex A4 5F 5E 0 2A 2B 24 1 1C 33
Octal 244 137 136 0 52 53 44 1 34 63
Binary 10100100 1011111 1011110 0 101010 101011 100100 1 11100 110011

Color Harmonies of #A45F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45F5E

Black with #A45F5E

Text Example


Text Example

White with #A45F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45F5E; }

 p { color: rgb(164,95,94); }

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

background-color css

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

 a { background-color: rgb(164,95,94); }

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

border-color css

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

 span { border-color: rgb(164,95,94); }

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