Html Css Color HEX #A4615E Copper Rose

📋 copy color: '#A4615E'

red 164 ◦ green 97 ◦ blue 94

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

Shades of Copper Rose #A4615E

Tints of Copper Rose #A4615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 46.2%
G = 27.32%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4615E (or 0xA4615E) is known color: Copper Rose. HEX triplet: A4, 61 and 5E. RGB value is (164,97,94). Sum of RGB (Red+Green+Blue) = 164+97+94=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4615E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4615E is #5B9EA1. Grayscale: #747474. Windows color (decimal): -6004386 or 6185380. OLE color: 6185380.

HSL color Cylindrical-coordinate representation of color #A4615E: hue angle of 2.57º 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 #A4615E is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 97 94 -
CMYK 0 0.41 0.43 0.36
HSL 2.57º 0.28% 0.51% -
HSV(B) 2.57º 0.43% 0.64% -
XYZ 21.6 17.25 12.78 -
YUV 116.69 115.2 161.74 -
System Red Green Blue C M Y K H S L
Decimal 164 97 94 0 0.41 0.43 0.36 2.57 0.28 0.51
Hex A4 61 5E 0 29 2B 24 3 1C 33
Octal 244 141 136 0 51 53 44 3 34 63
Binary 10100100 1100001 1011110 0 101001 101011 100100 11 11100 110011

Color Harmonies of #A4615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4615E

Black with #A4615E

Text Example


Text Example

White with #A4615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4615E; }

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

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

background-color css

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

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

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

border-color css

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

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

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